This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
root
/
tauri-workspace
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
fix(tauri.js): Remove redundant "git add" from lint-staged script (
#457
)
Rajiv Shah
hace 5 años
padre
5dbf0638a9
commit
f05f6993bd
Se han
modificado 1 ficheros
con
1 adiciones
y
2 borrados
Dividir vista
Mostrar estadísticas de diff
1
2
cli/tauri.js/package.json
+ 1
- 2
cli/tauri.js/package.json
Ver fichero
@@ -107,7 +107,6 @@
}
},
"lint-staged": [
- "eslint --fix",
- "git add"
+ "eslint --fix"
]
}