This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
root
/
tauri-workspace
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
fix(tauri.js): Remove redundant "git add" from lint-staged script (
#457
)
Rajiv Shah
%!s(int64=5) %!d(string=hai) anos
pai
5dbf0638a9
achega
f05f6993bd
Modificáronse 1 ficheiros
con
1 adicións
e
2 borrados
Dividir vista
Mostrar estatísticas de Diff
1
2
cli/tauri.js/package.json
+ 1
- 2
cli/tauri.js/package.json
Ver ficheiro
@@ -107,7 +107,6 @@
}
},
"lint-staged": [
- "eslint --fix",
- "git add"
+ "eslint --fix"
]
}