Skip to content

Commit 0b24ffe

Browse files
committed
build: use pnpm for stamping script (#2952)
PR Close #2952
1 parent 16824ff commit 0b24ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.bazelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ build:trusted-build --remote_upload_local_results=true
115115
# built with Bazel and building with Bazel inside the Bazel-invoked workspace status
116116
# script does not work. To workaround this, we have a `tsx`-based stamping script.
117117
# 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"
118+
build:release --workspace_status_command="pnpm --silent build-env-stamp --mode=release --include-version=false"
119119
build:release --stamp
120120

121121
####################################################

0 commit comments

Comments
 (0)