diff --git a/package.json b/package.json index 5a4fe64..4ebea91 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "typescript": "^5.5.2" }, "scripts": { - "postinstall": "lefthook install", + "postinstall": "[ -n \"$CI\" ] || lefthook install", "dev": "turbo run dev", "build": "turbo run build", "start": "turbo run start",