Skip to content

Commit

Permalink
fix(core): update run-migrations log message (#10137)
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentEnder committed May 4, 2022
1 parent ac8ebed commit 27d7eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nx/src/command-line/migrate.ts
Expand Up @@ -869,7 +869,7 @@ async function generateMigrationsJsonAndUpdatePackageJson(
`- Make sure package.json changes make sense and then run '${pmc.install}'`
);
if (migrations.length > 0) {
logger.info(`- Run '${pmc.run('nx', 'migrate --run-migrations')}'`);
logger.info(`- Run '${pmc.exec} nx migrate --run-migrations'`);
}
logger.info(`- To learn more go to https://nx.dev/using-nx/updating-nx`);

Expand Down

1 comment on commit 27d7eeb

@vercel
Copy link

@vercel vercel bot commented on 27d7eeb May 4, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-five.vercel.app
nx-dev-git-master-nrwl.vercel.app
nx-dev-nrwl.vercel.app
nx.dev

Please sign in to comment.