chore(NA): ability to call bazel from yarn scripts (#93983) (#94027)

* chore(NA): ability to call ibazel from yarn scripts

* chore(NA): remove ibazel from package.json

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Tiago Costa <tiagoffcc@hotmail.com>
This commit is contained in:
Kibana Machine 2021-03-08 21:07:19 -05:00 committed by GitHub
parent 89bed6f67c
commit 047a938c0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,6 +37,7 @@
},
"author": "Rashid Khan <rashid.khan@elastic.co>",
"scripts": {
"bazel": "bazel",
"preinstall": "node ./preinstall_check",
"kbn": "node scripts/kbn",
"es": "node scripts/es",