Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

Commit

Permalink
Remove git add from lint-staged
Browse files Browse the repository at this point in the history
  • Loading branch information
TBolton2000 committed Jul 21, 2021
1 parent 9a90bd9 commit 0b93f4e
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 @@ -51,8 +51,7 @@
},
"lint-staged": {
"./**/*.{js,scss,html,png,yaml,yml}": [
"npm run build",
"git add build/*"
"npm run build"
]
},
"devDependencies": {
Expand Down

0 comments on commit 0b93f4e

Please sign in to comment.