Skip to content

Commit

Permalink
Add RC task
Browse files Browse the repository at this point in the history
  • Loading branch information
dmstern committed Sep 6, 2018
1 parent 8d77787 commit 06ada20
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 @@ -11,7 +11,8 @@
"zip": "bestzip tmp/webui.zip dist/*",
"logs": "pm2 logs",
"stop": "pm2 stop /frog-.*/",
"pre-release": "release-it --preRelease=alpha"
"pre-release": "release-it --preRelease=alpha",
"rc-release": "release-it --preRelease=rc --npm.tag=next"
},
"dependencies": {
"axios": "^0.18.0",
Expand Down

0 comments on commit 06ada20

Please sign in to comment.