From b46fa92ae5acff658bcf00a89c89f9a6ca15724d Mon Sep 17 00:00:00 2001 From: George Kalpakas Date: Mon, 1 Oct 2018 23:34:48 +0300 Subject: [PATCH] ci(docs-infra): remove unnecessary command (#26202) This was accidentally merged with 4d506acba and 87f60bccf. The build script is called in `scripts/ci/build.sh` (if necessary). PR Close #26202 --- scripts/ci/install.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/ci/install.sh b/scripts/ci/install.sh index 47bd8efb79..a57e73507c 100755 --- a/scripts/ci/install.sh +++ b/scripts/ci/install.sh @@ -55,9 +55,6 @@ 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 --packages=compiler,core,elements --examples=false - cd ${PROJECT_ROOT}/aio yarn install --frozen-lockfile --non-interactive )