Skip to content

Commit

Permalink
fix(@angular/cli): pass next option to all update logic
Browse files Browse the repository at this point in the history
Fixes #16015
  • Loading branch information
clydin authored and vikerman committed Nov 4, 2019
1 parent 0bcb5c6 commit 646f795
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/angular/cli/commands/update-impl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,7 @@ export class UpdateCommand extends Command<UpdateCommandSchema> {
const { success } = await this.executeSchematic('@schematics/update', 'update', {
verbose: options.verbose || false,
force: options.force || false,
next: !!options.next,
packageManager: this.packageManager,
packages: packagesToUpdate,
migrateExternal: true,
Expand Down

0 comments on commit 646f795

Please sign in to comment.