feat: matching plugin type to output
Signed-off-by: Alper Altay <alper.altay@lego.com>
This commit is contained in:
@@ -67,7 +67,7 @@ describe('pluginCommon factory', () => {
|
||||
expect(modified).toBe(true);
|
||||
|
||||
expectLogsToMatch(output, [
|
||||
'Creating backend plugin backstage-plugin-test-common',
|
||||
'Creating common plugin package backstage-plugin-test-common',
|
||||
'Checking Prerequisites:',
|
||||
`availability plugins${sep}test-common`,
|
||||
'creating temp dir',
|
||||
|
||||
@@ -46,7 +46,7 @@ export const pluginCommon = createFactory<Options>({
|
||||
});
|
||||
|
||||
Task.log();
|
||||
Task.log(`Creating backend plugin ${chalk.cyan(name)}`);
|
||||
Task.log(`Creating common plugin package ${chalk.cyan(name)}`);
|
||||
|
||||
const targetDir = ctx.isMonoRepo
|
||||
? paths.resolveTargetRoot('plugins', suffix)
|
||||
|
||||
Reference in New Issue
Block a user