Skip to content

Commit

Permalink
chore: fix script publish
Browse files Browse the repository at this point in the history
  • Loading branch information
hunghg255 committed Jul 29, 2024
1 parent 756ddf3 commit e705eec
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 @@ -31,7 +31,7 @@
},
"scripts": {
"build": "tsup",
"prepublish": "npm run build",
"prepublishOnly": "npm run build",
"release": "bumpp",
"lint": "tsc",
"verify-commit": "verify-commit-msg",
Expand Down

0 comments on commit e705eec

Please sign in to comment.