Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit

Permalink
build: make sure release builds are stamped properly
Browse files Browse the repository at this point in the history
  • Loading branch information
vikerman committed Dec 19, 2019
1 parent fccca4b commit 044856f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ test

# Configures script to do version stamping.
# See https://docs.bazel.build/versions/master/user-manual.html#flag--workspace_status_command
build:release --workspace_status_command="node ./tools/bazel-stamp-vars.js"
run:release --workspace_status_command="node ./tools/bazel-stamp-vars.js"
build:release --workspace_status_command="node ./tools/bazel-stamp-vars.js" --stamp
run:release --workspace_status_command="node ./tools/bazel-stamp-vars.js" --stamp

###############################
# Typescript / Angular / Sass #
Expand Down

0 comments on commit 044856f

Please sign in to comment.