From f0160f250138937035069db971186a2bde314b0b Mon Sep 17 00:00:00 2001 From: Alan Agius <17563226+alan-agius4@users.noreply.github.com> Date: Tue, 17 Mar 2026 13:43:08 +0000 Subject: [PATCH] build: suppress pnpm output in local-dev.sh Adds the silent flag (`-s`) to the `pnpm` command in the `local-dev.sh` script to reduce noise when building the `ng-dev` package. --- tools/local-dev.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/local-dev.sh b/tools/local-dev.sh index b30875347a..0681573fd3 100755 --- a/tools/local-dev.sh +++ b/tools/local-dev.sh @@ -7,7 +7,7 @@ set -e devInfraProjectDir="$(dirname ${0})/.." ngDevBinFile="${devInfraProjectDir}/dist/bin/ng-dev/npm_package/bundles/cli.mjs" -bazelCommand=${BAZEL:-"pnpm bazel"} +bazelCommand=${BAZEL:-"pnpm -s bazel"} # Build the `ng-dev` binary into the `dev-infra/dist` directory. # We need to build in a subshell as Bazel requires the working