Skip to content

Commit

Permalink
chore: update release-it hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
bingtsingw committed Dec 30, 2023
1 parent d965d5f commit a6d4703
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
},
"hooks": {
"before:init": ["npm run format", "npm run lint:js", "npm run test"],
"after:bump": "npm run build",
"after:release": "echo Successfully released ${name} v${version} to ${repo.repository}."
"after:bump": "npm run build"
},
"plugins": {
"@release-it/conventional-changelog": {
Expand Down

0 comments on commit a6d4703

Please sign in to comment.