From 2b3cac5b31fd14c29a2cdf2b9ce620befd8e9cd7 Mon Sep 17 00:00:00 2001 From: Greg Magolan Date: Wed, 17 Oct 2018 10:24:27 -0700 Subject: [PATCH] build: add comment to /integration/bazel/package.json (#26488) PR Close #26488 --- integration/bazel/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/integration/bazel/package.json b/integration/bazel/package.json index a534026755..4ac51d6286 100644 --- a/integration/bazel/package.json +++ b/integration/bazel/package.json @@ -7,6 +7,7 @@ }, "scripts": { "//": "deps are listed in src/package.json which is used by yarn_install", + "//": "this package.json file is only here so that `yarn test` can be called by /integration/run_tests.sh", "test": "bazel build ... --noshow_progress && bazel test ..." } }