Skip to content

Commit

Permalink
Remove redundant git add from lint-staged (opensearch-project#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 and sejli committed Jan 26, 2024
1 parent db100dd commit e363997
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 e363997

Please sign in to comment.