This commit is contained in:
yuanzbz 2023-12-22 16:05:51 +08:00
parent 66c0644019
commit 3d80604f11
1 changed files with 1 additions and 1 deletions

View File

@ -96,6 +96,6 @@
}
},
"lint-staged": {
"*.{vue,js,ts,jsx,tsx}": ["npm run lint"]
"*.{vue,js,ts,jsx,tsx}": ["npm run lint","git add"]
}
}