Skip to content

Commit

Permalink
fix: release-it should use test:ci task
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusBorg committed Dec 10, 2022
1 parent 995bbcf commit f3fafad
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 @@ -6,7 +6,7 @@
"release": true
},
"hooks": {
"before:init": ["pnpm lint", "pnpm test"],
"before:init": ["pnpm lint", "pnpm test:ci"],
"after:bump": ["pnpm build"],
"after:release": ["echo 🥳 Successfully released ${name} v${version}."]
}
Expand Down

0 comments on commit f3fafad

Please sign in to comment.