docs: fix `yarn bazel` commands to run in `--silent` mode in `BAZEL.md` (#39455)
PR Close #39455
This commit is contained in:
parent
9891d67e31
commit
01c95ce5b5
|
@ -120,7 +120,7 @@ Apple+Shift+D on Mac) and click on the green play icon next to the configuration
|
||||||
|
|
||||||
Open `external` directory which contains everything that bazel downloaded while executing the workspace file:
|
Open `external` directory which contains everything that bazel downloaded while executing the workspace file:
|
||||||
```sh
|
```sh
|
||||||
open $(bazel info output_base)/external
|
open $(yarn -s bazel info output_base)/external
|
||||||
```
|
```
|
||||||
|
|
||||||
See subcommands that bazel executes (helpful for debugging):
|
See subcommands that bazel executes (helpful for debugging):
|
||||||
|
@ -130,7 +130,7 @@ yarn bazel build //packages/core:package -s
|
||||||
|
|
||||||
To debug nodejs_binary executable paths uncomment `find . -name rollup 1>&2` (~ line 96) in
|
To debug nodejs_binary executable paths uncomment `find . -name rollup 1>&2` (~ line 96) in
|
||||||
```sh
|
```sh
|
||||||
open $(bazel info output_base)/external/build_bazel_rules_nodejs/internal/node_launcher.sh
|
open $(yarn -s bazel info output_base)/external/build_bazel_rules_nodejs/internal/node_launcher.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
## Stamping
|
## Stamping
|
||||||
|
|
Loading…
Reference in New Issue