This website works better with JavaScript
Home
Explore
Help
Sign In
pengjq
/
yudao-ui-admin-uniapp
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
chore(husky): 在pre-commit钩子中添加--allow-empty参数
允许在git commit时即使没有变更也能执行lint-staged
feige996
11 months ago
parent
6bc115cd36
commit
0f9431cf1e
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
.husky/pre-commit
+ 1
- 1
.husky/pre-commit
View File
@@ -1 +1 @@
-npx lint-staged
+npx lint-staged
--allow-empty