Skip to content

Commit

Permalink
enforce shell usage on preinstall and postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
derevnjuk committed Apr 15, 2024
1 parent 04ed25e commit c14ed8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ function run (cmd, opts, cb) {
cwd: opts.cwd,
env: opts.env,
stdio: 'inherit',
shell: opts.shell,
shell: opts.shell || true,
windowsHide: true
})

Expand Down

0 comments on commit c14ed8b

Please sign in to comment.