We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ce189d commit 3b7c3c0Copy full SHA for 3b7c3c0
1 file changed
package.json
@@ -46,7 +46,7 @@
46
"docs": "typedoc",
47
"docs:watch": "typedoc --watch",
48
"version": "2.5.2",
49
- "rename:esm": "/bin/zsh ./scripts/rename-mjs.sh",
+ "rename:esm": "/bin/bash ./scripts/rename-mjs.sh",
50
"reset-hard": "git clean -dfx && git reset --hard && yarn",
51
"prepare": "npm run build && husky install",
52
"prepare-release": "run-s reset-hard test cov:check doc:html version doc:publish",
0 commit comments