Skip to content

Commit

Permalink
ci: 🐛 Remove "npm run test" from "before:init" hook in .release-it.json
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinhern committed Mar 14, 2024
1 parent 3e67c95 commit 9fe20f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"commitMessage": "chore: release v${version}"
},
"hooks": {
"before:init": ["git pull", "npm run lint", "npm run test", "npm run build"],
"before:init": ["git pull", "npm run lint", "npm run build"],
"after:bump": "npx auto-changelog -p"
},
"github": {
Expand Down

0 comments on commit 9fe20f0

Please sign in to comment.