Skip to content

Commit 6ef1cf3

Browse files
committed
fix(ng-dev/release): silence nvm which command output during release verification
1 parent 602e90c commit 6ef1cf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ng-dev/release/publish/external-commands.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ export abstract class ExternalCommands {
212212
// but a shell function. The dot (.) built-in and && operator require shell: true here.
213213
// We redirect stdout of nvm install to stderr so that stdout only contains the result of nvm which.
214214
const {stdout} = await ChildProcess.spawn(
215-
'. ~/.nvm/nvm.sh && nvm install >&2 && nvm which',
215+
'. ~/.nvm/nvm.sh && nvm install >&2 && nvm which --silent',
216216
[],
217217
{
218218
cwd: projectDir,

0 commit comments

Comments
 (0)