Skip to content

Commit

Permalink
chore: fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusBorg committed Nov 17, 2022
1 parent 784882f commit cbd0621
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 @@ -12,7 +12,7 @@
}
},
"hooks": {
"before:init": ["pnpm lint:ci", "pnpm test:unit"],
"before:init": ["pnpm lint:ci", "pnpm test:ci"],
"after:bump": ["pnpm build"],
"after:release": ["echo 🥳 Successfully released ${name} v${version}."]
}
Expand Down

0 comments on commit cbd0621

Please sign in to comment.