From 566b4ef4814aed3ce8516bc3ef6d0ba0811fe314 Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Mon, 13 Jun 2016 17:14:35 -0700 Subject: [PATCH] ci(snapshots): publish tsc-wrapped snapshots --- scripts/publish/publish-build-artifacts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/publish/publish-build-artifacts.sh b/scripts/publish/publish-build-artifacts.sh index 40c3b8c4ba..1b493dd9e3 100755 --- a/scripts/publish/publish-build-artifacts.sh +++ b/scripts/publish/publish-build-artifacts.sh @@ -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})"