X Tutup
Skip to content

Commit 9820271

Browse files
committed
chore(script): publish angular 1 router to latest tag in npm
1 parent b6507e3 commit 9820271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/publish/npm_publish_router.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ cp ${ROOT_DIR}/dist/js/bundle/router* ${PUBLISH_DIR}/angular2/
3737
rm -f ${PUBLISH_DIR}/{,**/}{*.dart,*.dart.md}
3838

3939
# Actually publish to npm
40-
npm publish ${PUBLISH_DIR} --tag pre-release --access public
40+
npm publish ${PUBLISH_DIR} --tag latest --access public

0 commit comments

Comments
 (0)
X Tutup