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

Commit

Permalink
build: remove git add from git pre hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jan 10, 2021
1 parent ea20196 commit 8f779b7
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -228,16 +228,13 @@
},
"lint-staged": {
"package.json": [
"finepack",
"git add"
"finepack"
],
"*.js": [
"prettier-standard",
"git add"
"prettier-standard"
],
"*.md": [
"standard-markdown",
"git add"
"standard-markdown"
]
}
}

0 comments on commit 8f779b7

Please sign in to comment.