Skip to content

Commit

Permalink
ci: check lint and types before release
Browse files Browse the repository at this point in the history
  • Loading branch information
omahili committed Dec 17, 2024
1 parent 0581a21 commit 49936b1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,12 @@
]
},
"release-it": {
"hooks": {
"before:release": [
"yarn lint",
"yarn typecheck"
]
},
"git": {
"commitMessage": "chore: release ${version}",
"tagName": "v${version}"
Expand Down

0 comments on commit 49936b1

Please sign in to comment.