From f8fcad310332350269878f51d3459b5cee6f1c93 Mon Sep 17 00:00:00 2001 From: wyy <3234929097@qq.com> Date: Tue, 12 Dec 2023 14:04:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4husky=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front-end/mall4uni/package.json | 2 -- front-end/mall4v/package.json | 2 -- 2 files changed, 4 deletions(-) diff --git a/front-end/mall4uni/package.json b/front-end/mall4uni/package.json index fdd98c4..81d46f7 100644 --- a/front-end/mall4uni/package.json +++ b/front-end/mall4uni/package.json @@ -14,7 +14,6 @@ "build:mp-weixin": "uni build -p mp-weixin", "lint": "eslint --ext .js,.vue src", "lint:fix": "eslint --fix --ext .js --ext .jsx --ext .vue src", - "prepare": "husky install", "lint:staged": "lint-staged" }, "engines": { @@ -59,7 +58,6 @@ "eslint-plugin-promise": "^6.1.1", "eslint-plugin-vue": "^9.10.0", "eslint-plugin-vue-scoped-css": "^2.4.0", - "husky": "8.0.3", "lint-staged": "13.2.2", "sass": "^1.61.0", "unplugin-auto-import": "^0.15.2", diff --git a/front-end/mall4v/package.json b/front-end/mall4v/package.json index 4272530..81c9add 100644 --- a/front-end/mall4v/package.json +++ b/front-end/mall4v/package.json @@ -12,7 +12,6 @@ "lint": "eslint --ext .js,.vue src", "lint:fix": "eslint --fix --ext .js,.vue src", "preview": "vite preview", - "prepare": "husky install", "lint:staged": "lint-staged" }, "engines": { @@ -51,7 +50,6 @@ "eslint-plugin-promise": "^6.1.1", "eslint-plugin-vue": "^9.10.0", "eslint-plugin-vue-scoped-css": "^2.4.0", - "husky": "8.0.3", "lint-staged": "13.2.2", "sass": "^1.59.3", "unplugin-auto-import": "^0.15.1",