Merge remote-tracking branch 'origin/v5/upgrade-tool/persist-modifications' into v5/upgrade-tool/persist-modifications

This commit is contained in:
Convly 2024-03-22 11:18:11 +01:00
commit affe44a53a

View File

@ -155,7 +155,7 @@ export class Upgrader implements UpgraderInterface {
this.logger?.info(f.upgradeStep('Applying the latest code modifications', [2, 4]));
await this.runCodemods(codemodsRange);
// We need to refresh the project files (including package.json) to make sure we have
// We need to refresh the project files to make sure we have
// the latest version of each file (including package.json) for the next steps
this.logger?.debug('Refreshing project information...');
this.project.refresh();