Skip to content

Commit

Permalink
fix(nx-mesh): add graphql-codegen dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
domjtalbot committed Dec 20, 2022
1 parent d84ce47 commit dea3c22
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/ninety-vans-hug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'nx-mesh': patch
---

Fix graphql-codegen dependencies not being added
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export function createMeshExample(
createSharedFiles(tree, options);

addDependencies(tree, {
codegen: options.codegen,
example: options.example,
});

Expand Down

0 comments on commit dea3c22

Please sign in to comment.