diff --git a/package.json b/package.json index f489dd4..e9aa085 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "engineStrict": true, "scripts": { - "prepare": "husky", + "prepare": "husky || true", "git:pre-commit": "npm run git:lint-staged && npm run git:test-staged", "git:commit-msg": "commitlint --config commitlint.config.cjs --edit", "git:lint-staged": "npm run test:lint",