diff --git a/package.json b/package.json index 355615a5..180563c6 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,8 @@ "license": "https://wisemapping.atlassian.net/wiki/spaces/WS/pages/524357/WiseMapping+Public+License+Version+1.0+WPL", "husky": { "hooks": { - "pre-commit": "lint-staged" + "pre-commit": "lint-staged", + "pre-push": "yarn lint && yarn test" } }, "lint-staged": {