Merge pull request #15057 from GTB3NW/default-name

fix: add default name for app creation
This commit is contained in:
Fredrik Adelöw
2022-12-07 15:40:20 +01:00
committed by GitHub
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/create-app': minor
---
added default project name for CI job compatibility
+1
View File
@@ -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) {