ci(snapshots): publish tsc-wrapped snapshots
This commit is contained in:
parent
a191e9697c
commit
566b4ef481
|
@ -60,7 +60,7 @@ function publishRepo {
|
||||||
if [[ "$TRAVIS_REPO_SLUG" == "angular/angular" && \
|
if [[ "$TRAVIS_REPO_SLUG" == "angular/angular" && \
|
||||||
"$TRAVIS_PULL_REQUEST" == "false" && \
|
"$TRAVIS_PULL_REQUEST" == "false" && \
|
||||||
"$CI_MODE" == "e2e" ]]; then
|
"$CI_MODE" == "e2e" ]]; then
|
||||||
for dir in dist/packages-dist/*/
|
for dir in dist/packages-dist/*/ dist/tools/@angular/tsc-wrapped
|
||||||
do
|
do
|
||||||
COMPONENT="$(basename ${dir})"
|
COMPONENT="$(basename ${dir})"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue