Skip to content

Commit 30a4420

Browse files
committed
fix(core): default target name
1 parent 5bbb5fa commit 30a4420

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • packages/core/src/generators/add-generate-api-target

packages/core/src/generators/add-generate-api-target/schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"targetName": {
4141
"type": "string",
4242
"description": "Custom name for the generate-api target",
43-
"default": "generate-api-with-core",
44-
"x-prompt": "What name would you like to use for the target? (default: generate-api-with-core)"
43+
"default": "generate-api",
44+
"x-prompt": "What name would you like to use for the target? (default: generate-api)"
4545
}
4646
},
4747
"required": ["project", "inputSpec", "outputPath"]

0 commit comments

Comments
 (0)