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 17328ed commit 85c9e5dCopy full SHA for 85c9e5d
package.json
@@ -38,7 +38,10 @@
38
"test": "npm-run-all -l --parallel test:* lint",
39
"e2e:todoapp": "cd ./source/use-case/todoapp && npm install && npm run e2e",
40
"e2e": "npm-run-all -l --parallel e2e:*",
41
- "build:applescript": "tsc -p tools/applescript"
+ "build:applescript": "tsc -p tools/applescript",
42
+ "versionup:patch": "npm version patch",
43
+ "versionup:minor": "npm version minor",
44
+ "versionup:major": "npm version major"
45
},
46
"keywords": [
47
"gitbook",
@@ -122,4 +125,4 @@
122
125
"dependencies": {
123
126
"semver": "^7.3.2"
124
127
}
-}
128
+}
0 commit comments