From 77f169645dab63df9d26f984fdde23c9f1fca536 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=9D=E5=85=88=E7=91=9E?= <1490493387@qq.com> Date: Wed, 6 Mar 2024 09:59:12 +0800 Subject: [PATCH] =?UTF-8?q?build(package.json):=20:package:=20husky(v9.0.1?= =?UTF-8?q?)=20install=20command=20is=20deprecated=20=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/typicode/husky/releases/tag/v9.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 40130bcf..810c7ece 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "preinstall": "npx only-allow pnpm", "dev": "vite serve --mode development", "build:prod": "vite build --mode production && vue-tsc --noEmit", - "prepare": "husky install", + "prepare": "husky", "lint:eslint": "eslint --fix --ext .ts,.js,.vue ./src ", "lint:prettier": "prettier --write \"**/*.{js,cjs,ts,json,tsx,css,less,scss,vue,html,md}\"", "lint:stylelint": "stylelint \"**/*.{css,scss,vue}\" --fix",