diff --git a/package.json b/package.json index 9162ac1..90cf040 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,6 @@ "scripts": { "build": "tsc -b .", "clean": "rimraf ./node_modules package-lock.yaml ./dist", - "prepare": "husky install", "install": "test -f ./dist/install.js && node ./dist/install.js || echo \"Skipping install, project not build!\"", "test": "run-s test:*", "test:lint": "eslint .",