From a84120d64be8133d7548e662f65cf0f68932966d Mon Sep 17 00:00:00 2001 From: chenjiahan Date: Sun, 21 Jul 2024 17:55:06 +0800 Subject: [PATCH] chore: fix prepare deprecation warning --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 74e941522..a9a79b299 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "scripts": { - "prepare": "husky install", + "prepare": "husky", "dev": "pnpm --dir ./packages/vant dev", "lint": "eslint \"./packages/**/{src,test}/**/*.{vue,ts,tsx,js,mjs,cjs}\"", "test": "pnpm --dir ./packages/vant test",