build: update to Angular CLI 9.0.0-rc.3 (#33955)

Followup to https://github.com/angular/angular/pull/33337

PR Close #33955
This commit is contained in:
Filipe Silva
2019-11-21 09:51:59 +00:00
committed by Alex Rickabaugh
parent fc6ad19089
commit 197f042fb1
16 changed files with 551 additions and 394 deletions

View File

@ -52,7 +52,7 @@ function testNonBazel() {
# disable CLI's version check (if version is 0.0.0, then no version check happens)
yarn --cwd node_modules/@angular/cli version --new-version 0.0.0 --no-git-tag-version
# re-add build-angular
yarn add --dev @angular-devkit/build-angular@0.900.0-rc.0
yarn add --dev @angular-devkit/build-angular@0.900.0-rc.3
yarn webdriver-manager update --gecko=false --standalone=false ${CI_CHROMEDRIVER_VERSION_ARG:---versions.chrome 2.45}
ng build --progress=false
ng test --progress=false --watch=false