Skip to content

Commit 992a15f

Browse files
committed
Try fix windows
1 parent b0df822 commit 992a15f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cli/CLI.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ export class CLI {
6868

6969
const cmd = spawn(args[0], args.slice(1), {
7070
cwd,
71+
shell: true,
7172
env: {
7273
...process.env,
7374
...getEnvConfig(),

0 commit comments

Comments
 (0)