This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
root
/
tauri-workspace
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Sfoglia il codice sorgente
fix(tauri.js): Remove redundant "git add" from lint-staged script (
#457
)
Rajiv Shah
5 anni fa
parent
5dbf0638a9
commit
f05f6993bd
1 ha cambiato i file
con
1 aggiunte
e
2 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
2
cli/tauri.js/package.json
+ 1
- 2
cli/tauri.js/package.json
Vedi File
@@ -107,7 +107,6 @@
}
},
"lint-staged": [
- "eslint --fix",
- "git add"
+ "eslint --fix"
]
}