We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c10af85 commit 4abf8d3Copy full SHA for 4abf8d3
lib/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "create-eruption",
3
- "version": "0.5.0",
+ "version": "0.5.1",
4
"description": "The Eruption CLI 🌋",
5
"license": "MIT",
6
"author": "Raí Siqueira <me@raisiqueira.io>",
package.json
@@ -16,8 +16,8 @@
16
"type-check": "tsc --noEmit",
17
"publish": "pnpm run build && cd ./lib && npm publish",
18
"changeset": "changeset",
19
- "prerelease": "pnpm run build && pnpm run test",
20
- "release": "changeset publish"
+ "ci:version": "changeset version",
+ "ci:publish": "changeset publish"
21
},
22
"description": "PNPM monorepo template",
23
0 commit comments