diff --git a/package.json b/package.json index c2df699..b2084a2 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "husky": { "hooks": { "pre-commit": "npx eslint --ext .jsx --ext .js src/** --fix --no-error-on-unmatched-pattern && pretty-quick --staged", - "pre-push": "npx eslint --ext .jsx --ext .js src/** && npm run build && npm run test" + "pre-push": "npx eslint --ext .jsx --ext .js src/** && npm run build" } }, "author": {