Skip to content

Commit

Permalink
chore: add release:preview command
Browse files Browse the repository at this point in the history
  • Loading branch information
ZauberNerd committed Sep 30, 2020
1 parent c36d9ca commit 665eb0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"lint": "eslint 'packages/**/*.js'",
"prerelease": "test -n \"$GH_TOKEN\" || (echo 'GH_TOKEN missing'; exit 1)",
"release": "lerna publish",
"release:nightly": "yarn release --conventional-prerelease --preid nightly",
"release:alpha": "yarn release --conventional-prerelease --preid alpha",
"release:beta": "yarn release --conventional-prerelease --preid beta",
"release:rc": "yarn release --conventional-prerelease --preid rc",
Expand Down

0 comments on commit 665eb0f

Please sign in to comment.