From 18c8656e0c6a544a1890bc570676f99cfd6c5505 Mon Sep 17 00:00:00 2001 From: Jack Hsu Date: Tue, 4 Apr 2023 12:23:10 -0400 Subject: [PATCH] chore(repo): use --silent when running through yarn to avoid unexpected strings --- e2e/utils/command-utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/utils/command-utils.ts b/e2e/utils/command-utils.ts index e38bde3e83680..e67d5fc263413 100644 --- a/e2e/utils/command-utils.ts +++ b/e2e/utils/command-utils.ts @@ -326,7 +326,7 @@ export function runCLI( try { const pm = getPackageManagerCommand(); const logs = execSync( - `${pm.runNx} ${command} ${ + `${pm.runNxSilent} ${command} ${ opts.verbose ?? isVerboseE2ERun() ? ' --verbose' : '' }`, {