We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
yarn bazel
1 parent 053f7d0 commit fa7b7f3Copy full SHA for fa7b7f3
scripts/ivy/install-angular.sh
@@ -13,7 +13,7 @@ function buildNgPackages() {
13
# Different operating systems have different bazel-bin paths; we want to grab that
14
# platform portion to read the packages from angular/angular. macOS is "darwin", Linux is "k8",
15
# and Windows is "x64_windows"
16
- bazel_fastbuild_dir=$(bazel info bazel-bin | egrep -o "/\w+-fastbuild/")
+ bazel_fastbuild_dir=$(yarn bazel info bazel-bin | egrep -o "/\w+-fastbuild/")
17
18
ngDir=$1
19
echo ">>> Building @angular packages (from $ngDir)"
0 commit comments