Skip to content

Commit

Permalink
Fix lerna prerelease command and add release grad command
Browse files Browse the repository at this point in the history
  • Loading branch information
9inpachi committed Oct 5, 2020
1 parent 399ac77 commit 3e671ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
"scripts": {
"start": "lerna run start --parallel",
"release": "lerna publish --git-remote upstream --create-release github",
"release:graduate": "lerna publish --git-remote upstream --create-release github --conventional-graduate",
"release:major": "lerna publish major --git-remote upstream --create-release github",
"release:minor": "lerna publish minor --git-remote upstream --create-release github",
"prerelease": "lerna publish --conventional-prerelease",
"release:pre": "lerna publish --conventional-prerelease",
"install:dependencies": "lerna bootstrap",
"version": "git add ."
},
Expand Down

0 comments on commit 3e671ae

Please sign in to comment.