Skip to content

Commit bc47361

Browse files
committed
ci: enable shell flag for windows
1 parent 42ea0d5 commit bc47361

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/browser-runtime-smoke.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ function runCommand(command, arguments_, options = {}) {
2020
cwd: options.cwd,
2121
env: options.env,
2222
encoding: 'utf-8',
23+
shell: process.platform === 'win32',
2324
});
2425

2526
if (result.status !== 0) {

0 commit comments

Comments
 (0)