diff --git a/package.json b/package.json index 27e1a1f..d5c5884 100644 --- a/package.json +++ b/package.json @@ -41,8 +41,7 @@ "husky": { "hooks": { "pre-commit": "lint-staged", - "post-commit": "npm run fix:format", - "pre-push": "run-s check:* lint test:src" + "post-commit": "npm run fix:format" } }, "repository": {