Skip to content

Commit

Permalink
Add new commands for version release.
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-wu committed May 25, 2023
1 parent a4573a0 commit fc0e579
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@
"build-bundle": "vue-cli-service build --target lib --name map-side-bar ./src/components/index.js ",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"start": "vue-cli-service serve"
"start": "vue-cli-service serve",
"release:beta": "npm version prerelease --preid=beta; npm publish --tag beta",
"release:minor": "npm version minor; npm publish",
"release:patch": "npm version patch; npm publish"
},
"dependencies": {
"@abi-software/gallery": "^0.3.3",
Expand Down

0 comments on commit fc0e579

Please sign in to comment.