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
This commit is contained in:
George Kalpakas 2018-10-01 23:34:48 +03:00 committed by Jason Aden
parent 0bdea1f69c
commit b46fa92ae5
1 changed files with 0 additions and 3 deletions

View File

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