We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5457407 commit 3ce7eedCopy full SHA for 3ce7eed
.travis.yml
@@ -16,3 +16,4 @@ after_success:
16
- export NODE_ENV=production
17
- npm run build
18
- semantic-release
19
+ - npm run create-readme && git add README.md && git commit -m 'docs: generate docs' --no-verify && git push
package.json
@@ -31,7 +31,6 @@
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