This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
pengjq
/
yudao-ui-admin-uniapp
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
chore(husky): 在pre-commit钩子中添加--allow-empty参数
允许在git commit时即使没有变更也能执行lint-staged
feige996
hace 11 meses
padre
6bc115cd36
commit
0f9431cf1e
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
.husky/pre-commit
+ 1
- 1
.husky/pre-commit
Ver fichero
@@ -1 +1 @@
-npx lint-staged
+npx lint-staged
--allow-empty