We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9a152c commit c10fc7bCopy full SHA for c10fc7b
packages/schematics/update/migrate/index.ts
@@ -82,6 +82,8 @@ export default function(options: PostUpdateSchema): Rule {
82
});
83
84
if (schematicsToRun.length > 0) {
85
+ context.logger.info(`** Executing migrations for package '${options.package}' **`);
86
+
87
const rules = schematicsToRun.map(x => externalSchematic(options.collection, x.name, {}));
88
89
return chain(rules);
0 commit comments