修复: 修复 git hooks配置

This commit is contained in:
yuanzbz 2023-12-24 11:50:28 +08:00
parent 7103c121f3
commit 0793f9fb58
1 changed files with 1 additions and 1 deletions

View File

@ -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 ."