Skip to content

Commit

Permalink
fix: better release-it flow
Browse files Browse the repository at this point in the history
  • Loading branch information
jtassin committed Jun 14, 2020
1 parent d8ae07c commit 2b7e5ce
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 @@ -58,7 +58,7 @@
},
"release-it": {
"scripts": {
"afterBump": "npm run build",
"afterBump": "build",
"changelog": "auto-changelog --stdout --commit-limit false -u",
"beforeStage": "auto-changelog"
},
Expand Down

0 comments on commit 2b7e5ce

Please sign in to comment.