diff --git a/package.json b/package.json index 08e0c2f6..81aaa420 100644 --- a/package.json +++ b/package.json @@ -45,12 +45,5 @@ "prettier": "^1.19.1", "ts-jest": "^24.2.0", "typescript": "^3.6.4" - }, - "husky": { - "skipCI": true, - "hooks": { - "pre-commit": "npm run build && npm run format", - "post-commit": "npm prune --production && git add node_modules/* && git commit -m \"Husky commit correct node modules\"" - } } }