Skip to content

Commit f9d5960

Browse files
committed
build: use @angular/dev-infra-private for bazel stamping
1 parent dff5411 commit f9d5960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.bazelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ test:saucelabs --define=KARMA_WEB_TEST_MODE=SL_REQUIRED
6565
# Releases should always be stamped with version control info
6666
# This command assumes node on the path and is a workaround for
6767
# https://github.com/bazelbuild/bazel/issues/4802
68-
build:release --workspace_status_command="node ./tools/bazel_stamp_vars.js"
68+
build:release --workspace_status_command="yarn -s ng-dev release build-env-stamp"
6969

7070
###############################
7171
# Output #

0 commit comments

Comments
 (0)