From a2decca4786f7eda20e13cc7c267f38f760eb450 Mon Sep 17 00:00:00 2001 From: Baek2back Date: Tue, 2 Jul 2024 18:27:36 +0900 Subject: [PATCH] chore: script fix --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",