diff --git a/package.json b/package.json index 0d5266c5d..15cb3392f 100644 --- a/package.json +++ b/package.json @@ -68,11 +68,7 @@ }, "husky": { "hooks": { - "pre-commit": "lint-staged", - "pre-push": "test && lint-staged" + "pre-push": "fix:style && eslint && test" } - }, - "lint-staged": { - "*": "fix:style && eslint" } } \ No newline at end of file