Skip to content

Commit b5e9264

Browse files
josephperrottmatsko
authored andcommitted
build: add --stamp flag to the release config (angular#34890)
In a recent upgrade of rules_nodejs an update was made the stamping logic in npm_package. Triggering stamping for npm_package now require the --stamp flag. PR Close angular#34890
1 parent 11a4370 commit b5e9264

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.bazelrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ test --incompatible_strict_action_env
4343
# This command assumes node on the path and is a workaround for
4444
# https://github.com/bazelbuild/bazel/issues/4802
4545
build:release --workspace_status_command="node ./tools/bazel_stamp_vars.js"
46+
build:release --stamp
4647

4748
###############################
4849
# Output #

0 commit comments

Comments
 (0)