Skip to content

Commit

Permalink
chore(core): update run-migrations log message
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentEnder committed May 4, 2022
1 parent 917017d commit 65eae11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nx/src/command-line/migrate.ts
Original file line number Diff line number Diff line change
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

0 comments on commit 65eae11

Please sign in to comment.