Skip to content

Commit

Permalink
pre-commit task: remove git add to enable parital commits
Browse files Browse the repository at this point in the history
  • Loading branch information
dmstern committed Nov 26, 2018
1 parent 3736012 commit 52bfcdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick && git add ."
"pre-commit": "pretty-quick"
}
},
"dependencies": {
Expand Down

0 comments on commit 52bfcdf

Please sign in to comment.