This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
root
/
tauri-workspace
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Przeglądaj źródła
fix(tauri.js): Remove redundant "git add" from lint-staged script (
#457
)
Rajiv Shah
5 lat temu
rodzic
5dbf0638a9
commit
f05f6993bd
1 zmienionych plików
z
1 dodań
i
2 usunięć
Widok podzielony
Pokaż statystyki zmian
1
2
cli/tauri.js/package.json
+ 1
- 2
cli/tauri.js/package.json
Wyświetl plik
@@ -107,7 +107,6 @@
}
},
"lint-staged": [
- "eslint --fix",
- "git add"
+ "eslint --fix"
]
}