mirror of https://github.com/tauri-apps/tauri
fix(tauri.js): Remove redundant "git add" from lint-staged script (#457)
This commit is contained in:
parent
5dbf0638a9
commit
f05f6993bd
|
@ -107,7 +107,6 @@
|
|||
}
|
||||
},
|
||||
"lint-staged": [
|
||||
"eslint --fix",
|
||||
"git add"
|
||||
"eslint --fix"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue