Skip to content

Commit

Permalink
chore: remove git add from lint staged config
Browse files Browse the repository at this point in the history
  • Loading branch information
rudemex committed Jan 16, 2022
1 parent 3da1592 commit f6f0b47
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -109,8 +109,7 @@
},
"lint-staged": {
"*.{ts,json,md}": [
"prettier --write",
"git add"
"prettier --write"
]
},
"@pika/pack": {
Expand Down

0 comments on commit f6f0b47

Please sign in to comment.