From 0b515d14a18d3ef2474a903ed1f479fb756accfe Mon Sep 17 00:00:00 2001 From: Paul Date: Wed, 24 Jan 2024 17:59:29 +0700 Subject: [PATCH] Reformat code --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 2953cbc2..f9f18167 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,6 @@ "build": "turbo run build --no-daemon", "build:graph": "turbo run build --graph=repo-graph.svg", "prepare": "npm run build", - "preprepare": "husky install", "lint": "eslint packages --cache .", "lint:fix": "eslint packages --fix --no-error-on-unmatched-pattern", "typecheck": "turbo typecheck --parallel",