Skip to content

Commit 85c9e5d

Browse files
committed
chore: add versionup script
1 parent 17328ed commit 85c9e5d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@
3838
"test": "npm-run-all -l --parallel test:* lint",
3939
"e2e:todoapp": "cd ./source/use-case/todoapp && npm install && npm run e2e",
4040
"e2e": "npm-run-all -l --parallel e2e:*",
41-
"build:applescript": "tsc -p tools/applescript"
41+
"build:applescript": "tsc -p tools/applescript",
42+
"versionup:patch": "npm version patch",
43+
"versionup:minor": "npm version minor",
44+
"versionup:major": "npm version major"
4245
},
4346
"keywords": [
4447
"gitbook",
@@ -122,4 +125,4 @@
122125
"dependencies": {
123126
"semver": "^7.3.2"
124127
}
125-
}
128+
}

0 commit comments

Comments
 (0)