Skip to content

Commit e454ac6

Browse files
committed
chore: update exit cli
1 parent f4fc7de commit e454ac6

File tree

7 files changed

+444
-183
lines changed

7 files changed

+444
-183
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
"verify-commit": "verify-commit-msg",
3333
"prepare": "git-scm-hooks",
3434
"changelog": "npx changeloggithub@latest --all true && git add CHANGELOG.md && git commit -m 'chore: update CHANGELOG.md'",
35-
"release": "bumpp -r && npm run changelog"
35+
"prepublish": "npm run build",
36+
"release": "bumpp -r && npm publish"
3637
},
3738
"author": "hunghg255",
3839
"devDependencies": {

0 commit comments

Comments
 (0)