diff --git a/package.json b/package.json index 0da81f2d..101b23e5 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "postinstall": "husky install && echo \"Package install attempted in global directory\"", "client": "cd client && yarn start", "pre-commit": "yarn lint-staged", - "pre-push": "yarn lint && yarn prettier-check && yarn test", + "pre-push": "yarn lint && yarn prettier-check", "lint": "eslint --quiet --fix --ext .js,.ts,.tsx .", "prettier-check": "prettier --check .", "format": "prettier --write .",