Skip to content

Commit

Permalink
fix(misc): show proper messaging when generating a workspace generator (
Browse files Browse the repository at this point in the history
#16683)

(cherry picked from commit 4e97ee9)
  • Loading branch information
AgentEnder authored and FrozenPandaz committed May 1, 2023
1 parent c8b64b0 commit 333ce39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"description": "Create a custom generator.",
"type": "object",
"properties": {},
"required": ["name"],
"required": [],
"presets": []
},
"aliases": ["workspace-schematic"],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"description": "Create a custom generator.",
"type": "object",
"properties": {},
"required": ["name"]
"required": []
}

0 comments on commit 333ce39

Please sign in to comment.