chore(script): publish angular 1 router to latest tag in npm

This commit is contained in:
Brian Ford 2016-03-03 13:55:49 -08:00
parent b6507e37ef
commit 9820271243
1 changed files with 1 additions and 1 deletions

View File

@ -37,4 +37,4 @@ cp ${ROOT_DIR}/dist/js/bundle/router* ${PUBLISH_DIR}/angular2/
rm -f ${PUBLISH_DIR}/{,**/}{*.dart,*.dart.md}
# Actually publish to npm
npm publish ${PUBLISH_DIR} --tag pre-release --access public
npm publish ${PUBLISH_DIR} --tag latest --access public