ci(snapshots): publish tsc-wrapped snapshots

This commit is contained in:
Alex Eagle 2016-06-13 17:14:35 -07:00
parent a191e9697c
commit 566b4ef481
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ function publishRepo {
if [[ "$TRAVIS_REPO_SLUG" == "angular/angular" && \
"$TRAVIS_PULL_REQUEST" == "false" && \
"$CI_MODE" == "e2e" ]]; then
for dir in dist/packages-dist/*/
for dir in dist/packages-dist/*/ dist/tools/@angular/tsc-wrapped
do
COMPONENT="$(basename ${dir})"