This website works better with JavaScript
Home
Explore
Help
Register
Sign In
root
/
tauri-workspace
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
fix(tauri.js): Remove redundant "git add" from lint-staged script (
#457
)
Rajiv Shah
5 years ago
parent
5dbf0638a9
commit
f05f6993bd
1 changed files
with
1 additions
and
2 deletions
Split View
Show Diff Stats
1
2
cli/tauri.js/package.json
+ 1
- 2
cli/tauri.js/package.json
View File
@@ -107,7 +107,6 @@
}
},
"lint-staged": [
- "eslint --fix",
- "git add"
+ "eslint --fix"
]
}