Skip to content

Commit a84120d

Browse files
committed
chore: fix prepare deprecation warning
1 parent 945f69b commit a84120d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"scripts": {
4-
"prepare": "husky install",
4+
"prepare": "husky",
55
"dev": "pnpm --dir ./packages/vant dev",
66
"lint": "eslint \"./packages/**/{src,test}/**/*.{vue,ts,tsx,js,mjs,cjs}\"",
77
"test": "pnpm --dir ./packages/vant test",

0 commit comments

Comments
 (0)