diff --git a/build/lib/tsgo.ts b/build/lib/tsgo.ts index 04173c05fdb..3e709ef818b 100644 --- a/build/lib/tsgo.ts +++ b/build/lib/tsgo.ts @@ -37,7 +37,8 @@ export function spawnTsgo(projectPath: string): Promise { const child = cp.spawn(npx, args, { cwd: root, - stdio: ['ignore', 'pipe', 'pipe'] + stdio: ['ignore', 'pipe', 'pipe'], + shell: true }); let buffer = '';