Skip to content

Commit

Permalink
update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
nkrusch committed Mar 17, 2022
1 parent 8894210 commit 42684b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@
"alpha": "npx standard-version --prerelease alpha",
"patch": "npx standard-version --release-as patch",
"minor": "npx standard-version --release-as minor",
"patch:beta": "npx standard-version --release-as patch --prerelease beta",
"minor:beta": "npx standard-version --release-as minor --prerelease beta",
"patch:alpha": "npx standard-version --release-as patch --prerelease alpha",
"minor:alpha": "npx standard-version --release-as minor --prerelease alpha",
"major:alpha": "npx standard-version --release-as major --prerelease alpha",
"major": "npx standard-version --release-as major"
Expand Down

0 comments on commit 42684b3

Please sign in to comment.