We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7fc612 commit 3245794Copy full SHA for 3245794
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