Skip to content

Commit

Permalink
fix: npm exec does not use script-shell option to run commands (#5297)
Browse files Browse the repository at this point in the history
  • Loading branch information
lux01 committed Aug 17, 2022
1 parent bc66ffa commit e5a9162
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions workspaces/libnpmexec/lib/run-script.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ const run = async ({
event: 'npx',
args,
stdio: 'inherit',
scriptShell,
})
} finally {
npmlog.enableProgress()
Expand Down

0 comments on commit e5a9162

Please sign in to comment.