Skip to content

Commit

Permalink
fix(core): apply compatibility layer when running angular cli migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentEnder committed Nov 17, 2022
1 parent c0deca8 commit 973a9ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/nx/src/command-line/migrate.ts
Expand Up @@ -947,6 +947,7 @@ export async function executeMigrations(
logger.info(` ${m.description}\n`);
printChanges(changes, ' ');
} else {
require('../adapter/compat');
const { madeChanges, loggingQueue } = await (
await import('../adapter/ngcli-adapter')
).runMigration(root, m.package, m.name, isVerbose);
Expand Down

0 comments on commit 973a9ec

Please sign in to comment.