Skip to content

Commit

Permalink
chore: add versionup script
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Sep 1, 2020
1 parent 17328ed commit 85c9e5d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@
"test": "npm-run-all -l --parallel test:* lint",
"e2e:todoapp": "cd ./source/use-case/todoapp && npm install && npm run e2e",
"e2e": "npm-run-all -l --parallel e2e:*",
"build:applescript": "tsc -p tools/applescript"
"build:applescript": "tsc -p tools/applescript",
"versionup:patch": "npm version patch",
"versionup:minor": "npm version minor",
"versionup:major": "npm version major"
},
"keywords": [
"gitbook",
Expand Down Expand Up @@ -122,4 +125,4 @@
"dependencies": {
"semver": "^7.3.2"
}
}
}

0 comments on commit 85c9e5d

Please sign in to comment.