Skip to content

Commit

Permalink
chore(release): fix semantic-release conflict with git hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudcolas committed Oct 11, 2019
1 parent 81ae721 commit 826e8d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ module.exports = {
},
{
path: "@semantic-release/exec",
cmd: "npm run build:docs && prettier --write CHANGELOG.md",
cmd:
"npm run build:docs && prettier --write CHANGELOG.md && rm -rf .git/hooks",
},
"@semantic-release/npm",
{
Expand Down

0 comments on commit 826e8d2

Please sign in to comment.