Skip to content

Commit

Permalink
Add knip analysis to release hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Mar 24, 2023
1 parent b96d1bf commit 88a06ea
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .release-it.json
@@ -1,9 +1,6 @@
{
"hooks": {
"after:init": ["npm run lint", "npm test"]
},
"git": {
"requireUpstream": false
"after:init": ["npm run lint", "npm run knip", "npm test"]
},
"github": {
"release": true
Expand Down

0 comments on commit 88a06ea

Please sign in to comment.