Skip to content

Commit

Permalink
rename rc-release to rc
Browse files Browse the repository at this point in the history
  • Loading branch information
dmstern committed Nov 26, 2018
1 parent d95f5b7 commit eca2e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"logs": "pm2 logs",
"stop": "pm2 stop /frog-.*/",
"pre-release": "release-it --preRelease=alpha",
"rc-release": "release-it --preRelease=rc --npm.tag=next"
"rc": "release-it --preRelease=rc --npm.tag=next"
},
"dependencies": {
"axios": "^0.18.0",
Expand Down

0 comments on commit eca2e0a

Please sign in to comment.