We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faac494 commit ec2e3adCopy full SHA for ec2e3ad
.bazelrc
@@ -33,9 +33,14 @@ test --test_output=errors
33
build --experimental_ui
34
test --experimental_ui
35
36
+#################################
37
+# Release configuration. #
38
+# Run with "--config=release" #
39
40
+
41
# Configures script to do version stamping.
42
# See https://docs.bazel.build/versions/master/user-manual.html#flag--workspace_status_command
-build --workspace_status_command=./tools/bazel-stamp-vars.sh
43
+build:release --workspace_status_command=./tools/bazel-stamp-vars.sh
44
45
###############################
46
# Typescript / Angular / Sass #
0 commit comments