Skip to content

Commit

Permalink
fix(nx-mesh): preset generator schema
Browse files Browse the repository at this point in the history
  • Loading branch information
domjtalbot committed Dec 20, 2022
1 parent 30ce174 commit 5109f68
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/hot-dryers-beg.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'nx-mesh': patch
---

Fix preset generator schema
8 changes: 7 additions & 1 deletion libs/nx-mesh/generators.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"aliases": ["library", "sdk-library"]
},
"preset": {
"factory": "./src/generators/preset/generator",
"factory": "./src/generators/preset/preset",
"schema": "./src/generators/preset/schema.json",
"description": "Create a GraphQL Mesh SDK in an empty workspace.",
"hidden": true
Expand All @@ -49,6 +49,12 @@
"description": "Create a GraphQL Mesh SDK library for Nx",
"x-type": "library",
"aliases": ["library", "sdk-library"]
},
"preset": {
"factory": "./src/generators/preset/preset#presetGenerator",
"schema": "./src/generators/preset/schema.json",
"description": "Create a GraphQL Mesh SDK in an empty workspace.",
"hidden": true
}
}
}

0 comments on commit 5109f68

Please sign in to comment.