From b5e9264579c98fc95143d37c0f753284624bf793 Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Tue, 21 Jan 2020 16:22:20 -0800 Subject: [PATCH] build: add --stamp flag to the release config (#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 #34890 --- .bazelrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bazelrc b/.bazelrc index 49d20925c2..3a5ce1e387 100644 --- a/.bazelrc +++ b/.bazelrc @@ -43,6 +43,7 @@ test --incompatible_strict_action_env # This command assumes node on the path and is a workaround for # https://github.com/bazelbuild/bazel/issues/4802 build:release --workspace_status_command="node ./tools/bazel_stamp_vars.js" +build:release --stamp ############################### # Output #