Skip to content

Commit e5a9162

Browse files
authored
fix: npm exec does not use script-shell option to run commands (#5297)
1 parent bc66ffa commit e5a9162

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

workspaces/libnpmexec/lib/run-script.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ const run = async ({
7373
event: 'npx',
7474
args,
7575
stdio: 'inherit',
76+
scriptShell,
7677
})
7778
} finally {
7879
npmlog.enableProgress()

0 commit comments

Comments
 (0)