diff --git a/package.json b/package.json index 9653bb0..1a7fffa 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dev": "tsnd --respawn --inspect -- ./src/index.ts", "gcp-build": "npm run build", "lint": "eslint . --ext .js,.ts --quiet", - "prepare": "husky install", + "prepare": "husky", "start": "node dist", "test": "LOG_LEVEL=error jest", "test-cov": "yarn test --collectCoverage"