Skip to content

Commit

Permalink
Remove redundant git add from lint-staged (#1364)
Browse files Browse the repository at this point in the history
Signed-off-by: Simeon Widdis <sawiddis@amazon.com>
  • Loading branch information
Swiddis authored Jan 24, 2024
1 parent f2962ef commit 483cd2d
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 @@ -17,8 +17,7 @@
},
"lint-staged": {
"*.{ts,tsx,js,jsx}": [
"yarn lint --fix",
"git add"
"yarn lint --fix"
]
},
"dependencies": {
Expand Down

0 comments on commit 483cd2d

Please sign in to comment.