From 2b0084fc198132e19a0f572762b55cab1d77ce87 Mon Sep 17 00:00:00 2001 From: "WANGFAN\\wangf" <15871339963@163.com> Date: Fri, 6 Dec 2024 14:29:28 +0800 Subject: [PATCH] =?UTF-8?q?test:=20=E6=B5=8B=E8=AF=95=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .husky/_/.gitignore | 2 +- package.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.husky/_/.gitignore b/.husky/_/.gitignore index 5e4debc..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 e04051e..addcf6d 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,7 @@ "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": {