fix(tauri.js): Remove redundant "git add" from lint-staged script (#457)

This commit is contained in:
Rajiv Shah 2020-02-24 08:12:05 -05:00 committed by GitHub
parent 5dbf0638a9
commit f05f6993bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -107,7 +107,6 @@
}
},
"lint-staged": [
"eslint --fix",
"git add"
"eslint --fix"
]
}