ci(docs-infra): remove unnecessary command (#26202)
This was accidentally merged with4d506acba
and87f60bccf
. The build script is called in `scripts/ci/build.sh` (if necessary). PR Close #26202
This commit is contained in:
parent
0bdea1f69c
commit
b46fa92ae5
|
@ -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
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue