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' : '' }`, {