This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
root
/
tauri-workspace
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Ver Fonte
fix(tauri.js): Remove redundant "git add" from lint-staged script (
#457
)
Rajiv Shah
há 5 anos atrás
pai
5dbf0638a9
commit
f05f6993bd
1 ficheiros alterados
com
1 adições
e
2 exclusões
Visão Dividida
Mostrar Estatísticas 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"
]
}