feat: 统一包管理器为pnpm
This commit is contained in:
parent
e14af524f7
commit
22c69da0c3
@ -13,7 +13,8 @@
|
||||
"lint:prettier": "prettier --write \"src/**/*.{js,ts,json,tsx,css,less,scss,vue,html,md}\"",
|
||||
"fix": "eslint src --fix",
|
||||
"prepare": "husky install",
|
||||
"lint-staged": "lint-staged"
|
||||
"lint-staged": "lint-staged",
|
||||
"preinstall": "npx only-allow pnpm"
|
||||
},
|
||||
"lint-staged": {
|
||||
"src/**/*.{ts,vue}": [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user