From 9243eee3c3475e7518a3e64f13888469c78666cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90Li?= <15040126243@163.com> Date: Fri, 26 Apr 2024 15:49:20 +0800 Subject: [PATCH] =?UTF-8?q?remove=20=E5=88=A0=E9=99=A4=20husky(=E6=B2=A1?= =?UTF-8?q?=E4=BA=BA=E7=94=A8)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/package.json b/package.json index cb97082..4d7ae15 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,6 @@ "build:dev": "vite build --mode development", "preview": "vite preview", "lint:eslint": "eslint --fix --ext .ts,.js,.vue ./src ", - "prepare": "husky install", "prettier": "prettier --write ." }, "repository": { @@ -83,7 +82,6 @@ "eslint-plugin-import": "2.29.1", "eslint-plugin-vue": "9.23.0", "fast-glob": "3.3.2", - "husky": "9.0.11", "postcss": "8.4.36", "prettier": "3.2.5", "sass": "1.72.0",