Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ build:trusted-build --remote_upload_local_results=true
# built with Bazel and building with Bazel inside the Bazel-invoked workspace status
# script does not work. To workaround this, we have a `tsx`-based stamping script.
# TODO: Consider using `ng-dev` directly if this is possible.
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"
build:release --stamp

####################################################
Expand Down