Skip to content

Commit

Permalink
ci: fix release script
Browse files Browse the repository at this point in the history
Signed-off-by: Rai Siqueira <[email protected]>
  • Loading branch information
raisiqueira committed Oct 27, 2023
1 parent c10af85 commit e77e923
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-eruption",
"version": "0.5.0",
"version": "0.5.1",
"description": "The Eruption CLI 🌋",
"license": "MIT",
"author": "Raí Siqueira <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"type-check": "tsc --noEmit",
"publish": "pnpm run build && cd ./lib && npm publish",
"changeset": "changeset",
"prerelease": "pnpm run build && pnpm run test",
"release": "changeset publish"
"ci:version": "changeset version",
"ci:publish": "changeset publish"
},
"description": "PNPM monorepo template",
"license": "MIT",
Expand Down

0 comments on commit e77e923

Please sign in to comment.