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:

committed by
Alex Rickabaugh

parent
fc6ad19089
commit
197f042fb1
@ -23,7 +23,7 @@ const toVersion = '9.0.0';
|
||||
// Note that we need to specify "--allow-dirty" as the repository will become dirty
|
||||
// if dependencies for the integration test are installed (i.e. modified lock files)
|
||||
const updateCommandArgs = ['@angular/core', '--migrate-only', '--from', fromVersion,
|
||||
'--to', toVersion, '--allow-dirty', '--skip-commits'];
|
||||
'--to', toVersion, '--allow-dirty'];
|
||||
|
||||
// Print out the command that is used to run the migrations for easier debugging.
|
||||
console.error(`Running "ng update ${updateCommandArgs.join(' ')}":`);
|
||||
|
Reference in New Issue
Block a user