Skip to content

Commit 98bc458

Browse files
clydinvikerman
authored andcommitted
fix(@angular/cli): pass next option to all update logic
Fixes #16015
1 parent 673030d commit 98bc458

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/angular/cli/commands/update-impl.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -542,6 +542,7 @@ export class UpdateCommand extends Command<UpdateCommandSchema> {
542542
const { success } = await this.executeSchematic('@schematics/update', 'update', {
543543
verbose: options.verbose || false,
544544
force: options.force || false,
545+
next: !!options.next,
545546
packageManager: this.packageManager,
546547
packages: packagesToUpdate,
547548
migrateExternal: true,

0 commit comments

Comments
 (0)