From 1a4b28faa3a0bc0ccbdaa3af9bbd54fad3d18804 Mon Sep 17 00:00:00 2001 From: "WANGFAN\\wangf" <15871339963@163.com> Date: Fri, 6 Dec 2024 14:08:27 +0800 Subject: [PATCH] =?UTF-8?q?test:=20=E6=B5=8B=E8=AF=95husky?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .husky/_/.gitignore | 2 +- package.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.husky/_/.gitignore b/.husky/_/.gitignore index db420bf..f59ec20 100644 --- a/.husky/_/.gitignore +++ b/.husky/_/.gitignore @@ -1 +1 @@ -!* +* \ No newline at end of file diff --git a/package.json b/package.json index addcf6d..e04051e 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,6 @@ "lint:prettier": "prettier --write \"src/**/*.{js,ts,json,tsx,css,less,scss,vue,html,md}\"", "lint:lint-staged": "lint-staged", "fix": "eslint src --fix", - "prepare": "husky install", "preinstall": "npx only-allow pnpm" }, "dependencies": {