Skip to content

Commit

Permalink
chore: yarn format
Browse files Browse the repository at this point in the history
  • Loading branch information
Emmanuel-Melon committed Jan 13, 2024
1 parent 5eca15b commit 4b9af19
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions codegen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ const config: CodegenConfig = {
},
},
],
documents: [
"packages/lib/graphql/**/*.{ts,tsx}"
],
documents: ["packages/lib/graphql/**/*.{ts,tsx}"],
ignoreNoDocuments: true,
generates: {
"./packages/lib/graphql/__generated__/": {
Expand Down

0 comments on commit 4b9af19

Please sign in to comment.