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 ..." } }