Skip to content

Commit 4abf8d3

Browse files
committed
ci: fix release script
Signed-off-by: Rai Siqueira <rai93siqueira@gmail.com>
1 parent c10af85 commit 4abf8d3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-eruption",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "The Eruption CLI 🌋",
55
"license": "MIT",
66
"author": "Raí Siqueira <me@raisiqueira.io>",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"type-check": "tsc --noEmit",
1717
"publish": "pnpm run build && cd ./lib && npm publish",
1818
"changeset": "changeset",
19-
"prerelease": "pnpm run build && pnpm run test",
20-
"release": "changeset publish"
19+
"ci:version": "changeset version",
20+
"ci:publish": "changeset publish"
2121
},
2222
"description": "PNPM monorepo template",
2323
"license": "MIT",

0 commit comments

Comments
 (0)