build(package.json): 📦 husky(v9.0.1) install command is deprecated 调整
https://github.com/typicode/husky/releases/tag/v9.0.1
This commit is contained in:
parent
bbab92a814
commit
77f169645d
|
|
@ -7,7 +7,7 @@
|
|||
"preinstall": "npx only-allow pnpm",
|
||||
"dev": "vite serve --mode development",
|
||||
"build:prod": "vite build --mode production && vue-tsc --noEmit",
|
||||
"prepare": "husky install",
|
||||
"prepare": "husky",
|
||||
"lint:eslint": "eslint --fix --ext .ts,.js,.vue ./src ",
|
||||
"lint:prettier": "prettier --write \"**/*.{js,cjs,ts,json,tsx,css,less,scss,vue,html,md}\"",
|
||||
"lint:stylelint": "stylelint \"**/*.{css,scss,vue}\" --fix",
|
||||
|
|
|
|||
Loading…
Reference in New Issue