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 16824ff commit 0b24ffeCopy full SHA for 0b24ffe
.bazelrc
@@ -115,7 +115,7 @@ build:trusted-build --remote_upload_local_results=true
115
# built with Bazel and building with Bazel inside the Bazel-invoked workspace status
116
# script does not work. To workaround this, we have a `tsx`-based stamping script.
117
# TODO: Consider using `ng-dev` directly if this is possible.
118
-build:release --workspace_status_command="yarn build-env-stamp --mode=release --include-version=false"
+build:release --workspace_status_command="pnpm --silent build-env-stamp --mode=release --include-version=false"
119
build:release --stamp
120
121
####################################################
0 commit comments