mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[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:
parent
57bdd8b310
commit
134b2fd9e1
8 changed files with 1005 additions and 1261 deletions
|
@ -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
|
||||
----
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue