chore: update husky config for v9 (#13015)

This commit is contained in:
neverland
2024-07-21 17:43:52 +08:00
committed by GitHub
parent 33662b3dea
commit 945f69b453
8 changed files with 6 additions and 26 deletions

View File

@@ -46,7 +46,7 @@ Please add the followed config to `package.json` file.
"test": "vant-cli test",
"lint": "vant-cli lint",
"build": "vant-cli build",
"prepare": "husky install",
"prepare": "husky",
"release": "vant-cli release",
"build-site": "vant-cli build-site"
},