Skip to content

Commit

Permalink
remove shell:true from publish script
Browse files Browse the repository at this point in the history
I don't publish from Windows anyway.
  • Loading branch information
isaacs committed Jan 25, 2024
1 parent 2f9abd3 commit 5bb7ca8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/version.mts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ const run = (
const res = spawnSync(cmd, args, {
...options,
encoding: 'utf8',
shell: true,
})
if (res.error || res.status || res.signal) {
const cause = {
Expand Down

0 comments on commit 5bb7ca8

Please sign in to comment.