Skip to content

Commit ca8a1d7

Browse files
committed
chore: remove Flow
1 parent 449382a commit ca8a1d7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
},
3939
"husky": {
4040
"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"
41+
"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"
4243
}
4344
},
4445
"keywords": [

0 commit comments

Comments
 (0)