Skip to content

Commit 00155a3

Browse files
committed
cp dines
1 parent 7a4b18a commit 00155a3

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@runloop/rl-cli",
3-
"version": "1.0.0",
3+
"version": "0.0.1",
44
"description": "Beautiful CLI for Runloop devbox management",
55
"type": "module",
66
"bin": {
@@ -10,7 +10,11 @@
1010
"build": "tsc",
1111
"dev": "tsc --watch",
1212
"start": "node dist/cli.js",
13-
"prepublishOnly": "npm run build"
13+
"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"
1418
},
1519
"keywords": [
1620
"runloop",

0 commit comments

Comments
 (0)