From 4d506acba098e5ab7ba72bd699cd8b42379c8e66 Mon Sep 17 00:00:00 2001 From: Andrew Seguin Date: Wed, 28 Feb 2018 13:08:38 -0800 Subject: [PATCH] feat(aio): add hack, remove me (#22413) PR Close #22413 --- scripts/ci/install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/ci/install.sh b/scripts/ci/install.sh index 1490cb0efa..d85d3d58b7 100755 --- a/scripts/ci/install.sh +++ b/scripts/ci/install.sh @@ -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 )