From 0618643a355bc4e19bcbde13b4d2eb7dca7c1ce1 Mon Sep 17 00:00:00 2001 From: Linzp Date: Tue, 16 Jun 2026 12:49:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 0504f68..b4ff698 100644 --- a/package.json +++ b/package.json @@ -26,8 +26,7 @@ "test:unit": "cross-env NODE_ENV=test jest", "test:watch": "jest --watch", "prettier": "prettier --config .prettierrc --write '{src/**/*,index,prompts}.{js,jsx,ts,tsx,json,css,scss}'", - "lint-staged": "lint-staged", - "prepare": "husky" + "lint-staged": "lint-staged" }, "lint-staged": { "src/**/*.{js,jsx,ts,tsx,json,css,scss,md}": [