Skip to content

Commit

Permalink
build: remove git add from git pre hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Feb 2, 2020
1 parent f11838b commit 32e597b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,10 @@
},
"lint-staged": {
"*.js": [
"prettier-standard",
"git add"
"prettier-standard"
],
"package.json": [
"finepack",
"git add"
"finepack"
]
},
"standard": {
Expand Down

0 comments on commit 32e597b

Please sign in to comment.