diff --git a/package.json b/package.json index 876be3cb..d33cb7a6 100644 --- a/package.json +++ b/package.json @@ -142,7 +142,7 @@ "lint:scripts": "eslint -c ./.eslintrc.json ./src ./webpack_config --ignore-pattern dist", "flow": "flow", "release": "standard-version", - "prepush": "npm run test && npm run lint:scripts", + "prepush": "npm run lint:scripts", "commitmsg": "commitlint -e $GIT_PARAMS" }, "engines": {