diff --git a/package.json b/package.json index 85c3407d..a2005973 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "lint": "eslint src/", "start": "webpack serve --config webpack.config.js --mode development", "test": "jest", - "prepare": "husky install", + "prepare": "husky", "check": "run-p -l check:*", "check:build": "tsc", "check:audit": "npm audit",