package.json - Remove post-commit hook

This commit is contained in:
2019-08-10 13:49:28 +05:30
parent 400757182f
commit 7aff88ecb8
+1 -2
View File
@@ -42,8 +42,7 @@
}, },
"husky": { "husky": {
"hooks": { "hooks": {
"pre-commit": "lint-staged", "pre-commit": "lint-staged"
"post-commit": "npm run fix:format"
} }
}, },
"repository": { "repository": {