mirror of
https://github.com/strapi/strapi.git
synced 2025-09-15 11:36:17 +00:00
Merge remote-tracking branch 'origin/v5/upgrade-tool/persist-modifications' into v5/upgrade-tool/persist-modifications
This commit is contained in:
commit
affe44a53a
@ -155,7 +155,7 @@ export class Upgrader implements UpgraderInterface {
|
|||||||
this.logger?.info(f.upgradeStep('Applying the latest code modifications', [2, 4]));
|
this.logger?.info(f.upgradeStep('Applying the latest code modifications', [2, 4]));
|
||||||
await this.runCodemods(codemodsRange);
|
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
|
// the latest version of each file (including package.json) for the next steps
|
||||||
this.logger?.debug('Refreshing project information...');
|
this.logger?.debug('Refreshing project information...');
|
||||||
this.project.refresh();
|
this.project.refresh();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user