Skip to content

Commit

Permalink
[issue-334] Move graphql gen script to src folder
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikGuzei committed Aug 3, 2020
1 parent 320adf7 commit 4f722ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -13,7 +13,7 @@
"test": "jest",
"test:e2e": "cypress run",
"test:e2e:dev": "cypress open",
"generate:graphql-schema": "node ./utils/generateGraphQLSchema.js",
"generate:graphql-schema": "node source/utils/generateGraphQLSchema.js",
"generate:graphql-typings": "yarn generate:graphql-schema && graphql-codegen",
"export": "next export source --outdir build/static",
"static:build": "NODE_ENV=production yarn build && yarn export",
Expand Down
File renamed without changes.

0 comments on commit 4f722ab

Please sign in to comment.