diff --git a/package.json b/package.json index 119ea53..eaf9136 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ }, "husky": { "hooks": { - "pre-push": "npm-run-all -s lint build test" + "pre-push": "npm run lint" } }, "devDependencies": {