Skip to content

Commit

Permalink
Edit - project.json
Browse files Browse the repository at this point in the history
  • Loading branch information
SniperBuddy101 committed Oct 8, 2023
1 parent efc9b1f commit 76f8ac2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/server/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@
"outputs": ["{projectRoot}/schema.graphql"]
},
"generate-open-api-spec": {
"command": "npx ts-node -P apps/server/tsconfig.app.json -r tsconfig-paths/register apps/server/scripts/generate-openapi-spec-json.ts",
"outputs": ["{projectRoot}/schema.graphql"]
"command": "npx ts-node -P apps/server/tsconfig.app.json -r tsconfig-paths/register apps/server/scripts/generate-openapi-spec-json.ts"
},
"graphql:codegen": {
"dependsOn": ["graphql:schema-generate"],
Expand Down

0 comments on commit 76f8ac2

Please sign in to comment.