Skip to content

Commit

Permalink
change to bash
Browse files Browse the repository at this point in the history
  • Loading branch information
obsd committed Oct 27, 2024
1 parent 9ce189d commit 3b7c3c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"docs": "typedoc",
"docs:watch": "typedoc --watch",
"version": "2.5.2",
"rename:esm": "/bin/zsh ./scripts/rename-mjs.sh",
"rename:esm": "/bin/bash ./scripts/rename-mjs.sh",
"reset-hard": "git clean -dfx && git reset --hard && yarn",
"prepare": "npm run build && husky install",
"prepare-release": "run-s reset-hard test cov:check doc:html version doc:publish",
Expand Down

0 comments on commit 3b7c3c0

Please sign in to comment.