Skip to content

Commit

Permalink
Remove git add from commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeembrey committed Sep 29, 2020
1 parent c8f78d8 commit e1c39ed
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package.json
Expand Up @@ -60,10 +60,7 @@
}
},
"lint-staged": {
"*.{js,jsx,ts,tsx,json,md,yml,yaml}": [
"npm run prettier",
"git add"
]
"*.{js,jsx,ts,tsx,json,md,yml,yaml}": "npm run prettier"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit e1c39ed

Please sign in to comment.