diff --git a/core/src/ralph/checks.ts b/core/src/ralph/checks.ts index a719b34e..95cf33d8 100644 --- a/core/src/ralph/checks.ts +++ b/core/src/ralph/checks.ts @@ -22,7 +22,6 @@ async function runCommand( return new Promise((resolve) => { const proc = spawn(command, args, { cwd, - shell: true, stdio: ['pipe', 'pipe', 'pipe'], });