[kbn-pm] Default build and watch commands to use bazel (#105674)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Jonathan Budzenski 2021-07-28 15:39:54 -05:00 committed by GitHub
parent 57bdd8b310
commit 134b2fd9e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 1005 additions and 1261 deletions

View file

@ -27,16 +27,6 @@ Non Bazel packages can be built independently with
yarn kbn run build -i PACKAGE_NAME
----
[discrete]
=== Watching Non Bazel Packages
Non Bazel packages can be watched independently with
[source,bash]
----
yarn kbn watch -i PACKAGE_NAME
----
[discrete]
=== Building Bazel Packages
@ -44,7 +34,7 @@ Bazel packages are built as a whole for now. You can use:
[source,bash]
----
yarn kbn build-bazel
yarn kbn build
----
[discrete]
@ -54,7 +44,7 @@ Bazel packages are watched as a whole for now. You can use:
[source,bash]
----
yarn kbn watch-bazel
yarn kbn watch
----