Skip to content

Commit

Permalink
fix: updated api in the template for creating new app
Browse files Browse the repository at this point in the history
  • Loading branch information
lgandecki committed Aug 19, 2020
1 parent cb0fde1 commit 157d70f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scaffold/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Small Standalone Scaffold",
"license": "ISC",
"scripts": {
"graphql:codegen": "chimp graphql generate",
"graphql:codegen": "chimp gql:generate",
"graphql:generateAll": "npm run graphql:codegen && npm run graphql:generateSchema && npm run graphql:typegen && npm run prettify:all",
"graphql:generateSchema": "ts-node -r tsconfig-paths/register ./generated/graphql/printSchema.ts > ./schema.graphql",
"graphql:typegen": "graphql-codegen --config codegen.js && node ./fix-generated",
Expand Down

0 comments on commit 157d70f

Please sign in to comment.