Skip to content

Commit

Permalink
Remove build from release-it config
Browse files Browse the repository at this point in the history
  • Loading branch information
satazor committed Aug 2, 2024
1 parent f707d4e commit 161396f
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 @@ -13,10 +13,9 @@
},
"hooks": {
"after:bump": [
"npm run build",
"touch CHANGELOG.md",
"echo \"$(npx @uphold/github-changelog-generator -f v${version})\n$(tail -n +2 api/CHANGELOG.md)\" > CHANGELOG.md",
"git add . --all"
"git add CHANGELOG.md --all"
]
}

Expand Down

0 comments on commit 161396f

Please sign in to comment.