File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 4141# Configures script to do version stamping.
4242# See https://docs.bazel.build/versions/master/user-manual.html#flag--workspace_status_command
4343build:release --workspace_status_command="node ./tools/bazel-stamp-vars.js"
44+ run:release --workspace_status_command="node ./tools/bazel-stamp-vars.js"
4445
4546###############################
4647# Typescript / Angular / Sass #
Original file line number Diff line number Diff line change @@ -15,5 +15,5 @@ bazel build --config=release $NPM_PACKAGE_LABELS
1515# publish all packages in sequence to make it easier to spot any errors or warnings
1616for packageLabel in $NPM_PACKAGE_LABELS ; do
1717 echo " publishing $packageLabel "
18- bazel run -- ${packageLabel} .publish --access public --tag next
18+ bazel run --config=release -- ${packageLabel} .publish --access public --tag next
1919done
You can’t perform that action at this time.
0 commit comments