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 449382a commit ca8a1d7Copy full SHA for ca8a1d7
1 file changed
package.json
@@ -38,7 +38,8 @@
38
},
39
"husky": {
40
"hooks": {
41
- "pre-commit": "npm run lint && npm run test && npm run build && npm run create-readme && git add README.md && git commit --amend --no-edit --no-verify"
+ "post-commit": "npm run create-readme && git add README.md && git commit -m 'docs: generate docs' --no-verify",
42
+ "pre-commit": "npm run lint && npm run test && npm run build"
43
}
44
45
"keywords": [
0 commit comments