Skip to content

Commit

Permalink
Build: Adding rc release script to package.json (#10456)
Browse files Browse the repository at this point in the history
  • Loading branch information
platinumazure committed Jun 9, 2018
1 parent dc4075e commit 831c39a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -15,6 +15,7 @@
"ci-release": "node Makefile.js ciRelease",
"alpharelease": "node Makefile.js prerelease -- alpha",
"betarelease": "node Makefile.js prerelease -- beta",
"rcrelease": "node Makefile.js prerelease -- rc",
"docs": "node Makefile.js docs",
"gensite": "node Makefile.js gensite",
"browserify": "node Makefile.js browserify",
Expand Down

0 comments on commit 831c39a

Please sign in to comment.