We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bcb5c6 commit 646f795Copy full SHA for 646f795
packages/angular/cli/commands/update-impl.ts
@@ -542,6 +542,7 @@ export class UpdateCommand extends Command<UpdateCommandSchema> {
542
const { success } = await this.executeSchematic('@schematics/update', 'update', {
543
verbose: options.verbose || false,
544
force: options.force || false,
545
+ next: !!options.next,
546
packageManager: this.packageManager,
547
packages: packagesToUpdate,
548
migrateExternal: true,
0 commit comments