Skip to content

Commit

Permalink
Update .release-it.json
Browse files Browse the repository at this point in the history
  • Loading branch information
phun-ky committed Oct 23, 2023
1 parent 9020de1 commit eeaba4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"skipChecks": true
},
"hooks": {
"after:bump": "npm run build && npm run docs:gen",
"after:bump": "npm run build && npm run docs:gen && git status",
"after:release": "echo Successfully released ${name} v${version} to ${repo.repository}."
},
"plugins": {
Expand Down

0 comments on commit eeaba4a

Please sign in to comment.