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 19, 2020
1 parent 9a1d556 commit 58037cf
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions package.json
Expand Up @@ -121,16 +121,13 @@
},
"lint-staged": {
"package.json": [
"finepack",
"git add"
"finepack"
],
"*.js": [
"prettier-standard",
"git add"
"prettier-standard"
],
"*.md": [
"standard-markdown",
"git add"
"standard-markdown"
]
}
}

0 comments on commit 58037cf

Please sign in to comment.