修复: 修复 git hooks配置
This commit is contained in:
parent
7103c121f3
commit
0793f9fb58
|
|
@ -97,7 +97,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"src/s*.{vue,js,ts,jsx,tsx}": [
|
"src/**/*.{vue,js,ts,jsx,tsx}": [
|
||||||
"npm run lint:prettier",
|
"npm run lint:prettier",
|
||||||
"npm run lint:fix",
|
"npm run lint:fix",
|
||||||
"git add ."
|
"git add ."
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue