Skip to content
This repository has been archived by the owner on Jan 18, 2022. It is now read-only.

Commit

Permalink
chore: Move docs generation task to postchangelog hook (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
znck committed May 12, 2018
1 parent c73bc23 commit 43aed61
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 @@ -19,7 +19,7 @@
},
"standard-version": {
"scripts": {
"precommit": "yarn test && yarn docs && git add docs/"
"postchangelog": "yarn test && yarn docs && git add docs/"
}
},
"scripts": {
Expand Down

0 comments on commit 43aed61

Please sign in to comment.