We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc66ffa commit e5a9162Copy full SHA for e5a9162
1 file changed
workspaces/libnpmexec/lib/run-script.js
@@ -73,6 +73,7 @@ const run = async ({
73
event: 'npx',
74
args,
75
stdio: 'inherit',
76
+ scriptShell,
77
})
78
} finally {
79
npmlog.enableProgress()
0 commit comments