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 667955e commit 504c9f0Copy full SHA for 504c9f0
package.json
@@ -9,6 +9,10 @@
9
"prod": "rimraf dist && cross-env NODE_ENV=production webpack --progress --color",
10
"test": "cross-env NODE_ENV=test jest",
11
"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",
16
"build:win": "electron-builder build --win --x64",
17
"build:mac": "electron-builder build --mac --x64"
18
},
0 commit comments