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