Skip to content

Commit fa7b7f3

Browse files
authored
chore(ivy): use yarn bazel consistently in install script (#14834)
1 parent 053f7d0 commit fa7b7f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ivy/install-angular.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ function buildNgPackages() {
1313
# Different operating systems have different bazel-bin paths; we want to grab that
1414
# platform portion to read the packages from angular/angular. macOS is "darwin", Linux is "k8",
1515
# and Windows is "x64_windows"
16-
bazel_fastbuild_dir=$(bazel info bazel-bin | egrep -o "/\w+-fastbuild/")
16+
bazel_fastbuild_dir=$(yarn bazel info bazel-bin | egrep -o "/\w+-fastbuild/")
1717

1818
ngDir=$1
1919
echo ">>> Building @angular packages (from $ngDir)"

0 commit comments

Comments
 (0)