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 7a4b18a commit 00155a3Copy full SHA for 00155a3
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@runloop/rl-cli",
3
- "version": "1.0.0",
+ "version": "0.0.1",
4
"description": "Beautiful CLI for Runloop devbox management",
5
"type": "module",
6
"bin": {
@@ -10,7 +10,11 @@
10
"build": "tsc",
11
"dev": "tsc --watch",
12
"start": "node dist/cli.js",
13
- "prepublishOnly": "npm run build"
+ "prepublishOnly": "npm run build",
14
+ "version:patch": "npm version patch",
15
+ "version:minor": "npm version minor",
16
+ "version:major": "npm version major",
17
+ "release": "npm run build && npm publish"
18
},
19
"keywords": [
20
"runloop",
0 commit comments