Merge pull request #15057 from GTB3NW/default-name
fix: add default name for app creation
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/create-app': minor
|
||||
---
|
||||
|
||||
added default project name for CI job compatibility
|
||||
@@ -42,6 +42,7 @@ export default async (opts: OptionValues): Promise<void> => {
|
||||
{
|
||||
type: 'input',
|
||||
name: 'name',
|
||||
default: 'backstage',
|
||||
message: chalk.blue('Enter a name for the app [required]'),
|
||||
validate: (value: any) => {
|
||||
if (!value) {
|
||||
|
||||
Reference in New Issue
Block a user