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 6be4102 commit 77a9237Copy full SHA for 77a9237
package.json
@@ -10,9 +10,9 @@
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",
+ "next-patch": "npm --no-git-tag-version version patch",
+ "next-minor": "npm --no-git-tag-version version minor",
+ "next-major": "npm --no-git-tag-version version major",
16
"build:win": "electron-builder build --win",
17
"build:mac": "electron-builder build --mac"
18
},
0 commit comments