Fixed misleading log text for frontend plugin creation.
Signed-off-by: Mehmet Mallı <mallimehmet@gmail.com> Signed-off-by: mehmet.malli <mehmet.malli@trendyol.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
Fixed misleading log message during frontend plugin creation.
|
||||
@@ -87,7 +87,7 @@ describe('frontendPlugin factory', () => {
|
||||
|
||||
expect(output).toEqual([
|
||||
'',
|
||||
'Creating backend plugin backstage-plugin-test',
|
||||
'Creating frontend plugin backstage-plugin-test',
|
||||
'Checking Prerequisites:',
|
||||
`availability plugins${sep}test`,
|
||||
'creating temp dir',
|
||||
|
||||
@@ -47,7 +47,7 @@ export const frontendPlugin = createFactory<Options>({
|
||||
const extensionName = `${upperFirst(camelCase(id))}Page`;
|
||||
|
||||
Task.log();
|
||||
Task.log(`Creating backend plugin ${chalk.cyan(name)}`);
|
||||
Task.log(`Creating frontend plugin ${chalk.cyan(name)}`);
|
||||
|
||||
const targetDir = ctx.isMonoRepo
|
||||
? paths.resolveTargetRoot('plugins', id)
|
||||
|
||||
Reference in New Issue
Block a user