diff --git a/lib/utils.js b/lib/utils.js index 09f043fa..17609931 100644 --- a/lib/utils.js +++ b/lib/utils.js @@ -16,7 +16,7 @@ export async function runCommand( const stdio = verbose ? "inherit" : "ignore"; const p = spawn(command, args, { shell: true, - stdio: [stdio, hasOnData ? "pipe" : stdio, stdio], + stdio: [stdio, hasOnData ? "pipe" : stdio, "inherit"], env: env ? { ...process.env,