Skip to content

Commit 77bc931

Browse files
committed
feat: update scripts
1 parent 44cfec5 commit 77bc931

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"release": "bin/micro-app release",
1919
"release:alpha": "npm run release -- --preRelease=alpha",
2020
"release:next": "npm run release -- --preRelease=next",
21-
"release:minor": "npm run release minor",
22-
"release:patch": "npm run release patch"
21+
"release:minor": "npm run release -- minor",
22+
"release:patch": "npm run release -- patch"
2323
},
2424
"homepage": "https://github.com/MicroAppJS/cli",
2525
"repository": {

0 commit comments

Comments
 (0)