diff --git a/package.json b/package.json index 9748864fc..8ba23945b 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "typescript-eslint": "^8.46.3" }, "scripts": { - "prepare": "husky", + "prepare": "husky || true", "dev": "turbo run dev", "build": "turbo run build", "test": "turbo run test",