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

Commit 43aed61

Browse files
authored
chore: Move docs generation task to postchangelog hook (#195)
1 parent c73bc23 commit 43aed61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"standard-version": {
2121
"scripts": {
22-
"precommit": "yarn test && yarn docs && git add docs/"
22+
"postchangelog": "yarn test && yarn docs && git add docs/"
2323
}
2424
},
2525
"scripts": {

0 commit comments

Comments
 (0)