We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05e9b5b commit efcd7bbCopy full SHA for efcd7bb
package.json
@@ -32,7 +32,7 @@
32
"verify-commit": "verify-commit-msg",
33
"prepare": "git-scm-hooks",
34
"changelog": "npx changeloggithub@latest --all true && git add CHANGELOG.md && git commit -m 'chore: update CHANGELOG.md'",
35
- "prepublish": "npm run build",
+ "prepublishOnly": "npm run build",
36
"release": "bumpp -r && npm publish"
37
},
38
"author": "hunghg255",
0 commit comments