diff --git a/scripts/ui.js b/scripts/ui.js index 32bbb2009..4aff8e20b 100644 --- a/scripts/ui.js +++ b/scripts/ui.js @@ -55,6 +55,7 @@ function run(cmd, args) { cwd: uiDir, stdio: "inherit", env: process.env, + shell: process.platform === "win32", }); child.on("exit", (code, signal) => { if (signal) process.exit(1);