We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae05664 commit 30e8ca6Copy full SHA for 30e8ca6
.travis.yml
@@ -15,6 +15,4 @@ script:
15
after_success:
16
- export NODE_ENV=production
17
- npm run build
18
- - "npm run create-readme && git add README.md && git commit -m 'docs: generate docs' --no-verify"
19
- semantic-release
20
- - git push
package.json
@@ -31,6 +31,7 @@
31
},
32
"husky": {
33
"hooks": {
34
+ "post-commit": "npm run create-readme && git add README.md && git commit -m 'docs: generate docs' --no-verify",
35
"pre-commit": "npm run check-docs && npm run check-tests && npm run lint && npm run test && npm run build && npm run format-json"
36
}
37
0 commit comments