Skip to content

Commit

Permalink
skip pre-commit hook on release
Browse files Browse the repository at this point in the history
  • Loading branch information
StarpTech committed May 2, 2021
1 parent bc8ca20 commit 4eae73d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@
"build",
"prisma"
],
"release-it": {
"git": {
"commitArgs": [
"--no-verify"
]
}
},
"ava": {
"files": [
"src/**/*.test.ts"
Expand Down

0 comments on commit 4eae73d

Please sign in to comment.