Skip to content
This repository has been archived by the owner on Jan 7, 2021. It is now read-only.

Commit

Permalink
chore(package.json): remove git add from lint staged
Browse files Browse the repository at this point in the history
  • Loading branch information
nartc committed Feb 10, 2020
1 parent c66a59e commit a67dfef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@
},
"lint-staged": {
"{src}/**/*.ts": [
"prettier --write",
"git add"
"prettier --write"
]
},
"publishConfig": {
Expand Down

0 comments on commit a67dfef

Please sign in to comment.