build: add comment to /integration/bazel/package.json (#26488)

PR Close #26488
This commit is contained in:
Greg Magolan 2018-10-17 10:24:27 -07:00 committed by Igor Minar
parent 8d5e3e6981
commit 2b3cac5b31
1 changed files with 1 additions and 0 deletions

View File

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