Skip to content

Commit

Permalink
Use sh, not bash
Browse files Browse the repository at this point in the history
  • Loading branch information
LutoAraka committed May 1, 2021
1 parent 313af47 commit 228f244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ replaceVersion();
addChromeManifest();

spawn(
'bash',
'sh',
[
'-c',
cmds.join(' && ')
Expand Down

0 comments on commit 228f244

Please sign in to comment.