Skip to content

Commit 504c9f0

Browse files
committed
Add package version update scripts
1 parent 667955e commit 504c9f0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
"prod": "rimraf dist && cross-env NODE_ENV=production webpack --progress --color",
1010
"test": "cross-env NODE_ENV=test jest",
1111
"watch-test": "npm run test -- --watchAll",
12+
"next-rc": "npm --no-git-tag-version version prerelease --preid=rc",
13+
"next-patch": "npm --no-git-tag-version version prepatch",
14+
"next-minor": "npm --no-git-tag-version version preminor",
15+
"next-major": "npm --no-git-tag-version version premajor",
1216
"build:win": "electron-builder build --win --x64",
1317
"build:mac": "electron-builder build --mac --x64"
1418
},

0 commit comments

Comments
 (0)