diff --git a/scripts/start-studio.mjs b/scripts/start-studio.mjs index 2afe4d06ad..0abc68fec1 100644 --- a/scripts/start-studio.mjs +++ b/scripts/start-studio.mjs @@ -8,6 +8,7 @@ function spawnCommand( command, args, options = {} ) { return spawn( command, args, { stdio: 'inherit', cwd: root, + shell: true, ...options, } ); }