Skip to content

Commit

Permalink
fix(core): adjust nx migrate log (#2814)
Browse files Browse the repository at this point in the history
  • Loading branch information
juristr committed Apr 8, 2020
1 parent ccf39eb commit 866e631
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/tao/src/commands/migrate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,11 @@ async function generateMigrationsJsonAndUpdatePackageJson(
logger.info(
`- there are no migrations to run, so migrations.json has not been created.`
);

logger.info(`Next steps:`);
logger.info(
`- Make sure package.json changes make sense and then run 'npm install' or 'yarn'`
);
}
} catch (e) {
const startVersion = versions(root, {})('@nrwl/workspace');
Expand Down

0 comments on commit 866e631

Please sign in to comment.