feat(aio): add hack, remove me (#22413)

PR Close #22413
This commit is contained in:
Andrew Seguin 2018-02-28 13:08:38 -08:00 committed by Miško Hevery
parent 7c9b411777
commit 4d506acba0
1 changed files with 3 additions and 0 deletions

View File

@ -55,6 +55,9 @@ if [[ ${TRAVIS} &&
# angular.io: Install all yarn dependencies according to angular.io/yarn.lock
travisFoldStart "yarn-install.aio"
(
# HACK (don't submit with this): Build Angular
./build.sh
cd ${PROJECT_ROOT}/aio
yarn install --frozen-lockfile --non-interactive
)