Skip to content

Commit

Permalink
fix(tools): run formatter in migration generator (#18485)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hotell authored Jun 8, 2021
1 parent 14b56aa commit cda2ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/generators/migrate-converged-pkg/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export default async function (tree: Tree, schema: MigrateConvergedPkgGeneratorS

updateNxWorkspace(tree, options);

formatFiles(tree);
await formatFiles(tree);

return () => {
printUserLogs(userLog);
Expand Down

0 comments on commit cda2ff9

Please sign in to comment.