fix: Fixed GraphQL codegen (#152)

This commit is contained in:
Manuel S
2022-12-06 08:08:33 +01:00
committed by GitHub
parent 2ebf4437ed
commit c628185bea
6 changed files with 3297 additions and 3260 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"graphql-codegen": "graphql-codegen --config codegen.yml"
"graphql-codegen": "graphql-codegen --config codegen.ts"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.1",