Remove pre-push git hook

This commit is contained in:
2019-08-04 00:23:10 +05:30
parent c9fc3b9c93
commit 2b98454c77
+1 -2
View File
@@ -41,8 +41,7 @@
"husky": { "husky": {
"hooks": { "hooks": {
"pre-commit": "lint-staged", "pre-commit": "lint-staged",
"post-commit": "npm run fix:format", "post-commit": "npm run fix:format"
"pre-push": "run-s check:* lint test:src"
} }
}, },
"repository": { "repository": {