mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
The package builder script should respect the `BAZEL` environment variable for running Bazel. If not set, it can fallback to bazelisk from the `node_modules`. Respecting this variable allows for users with a global `bazel` binary. This is desirable in some situations, like on Windows, where running Bazel inside of the Yarn environment seems slower than running a global variant. This could appear like that because projects might use different Bazel versions. In some cases, developers would want to use a single (already-warmed-up) instance of Bazel instead of launching different versions using bazelisk. (e.g. when switching a lot between repos like COMP, FW or CLI..) In any case, it doesn't hurt providing this flexibility for advanced use-cases. It's low-effort to maintain and is respected in COMP as well. PR Close #43431 |
||
|---|---|---|
| .. | ||
| browserstack | ||
| build | ||
| ci | ||
| github | ||
| local-dev | ||
| release | ||
| build-package-dist.js | ||
| compare-master-to-patch.js | ||
| puppeteer-chromedriver-versions.js | ||
| webdriver-manager-update.js | ||