Skip to content

Commit

Permalink
refactor: remove generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
Rupert Redington committed Dec 7, 2021
1 parent 31a6b6e commit 174f4c9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 824 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"migrate": "migrate-mongo up",
"generate": "node -r dotenv/config ./src/api/db/manage/generate/index.js --confirm",
"areas": "node -r dotenv/config ./src/api/db/manage/areaToDatabase/index.js",
"prepare": "husky install && cp ./node_modules/graphql-voyager/dist/voyager.worker.js ./public",
"prepare": "husky install && cp ./node_modules/graphql-voyager/dist/voyager.worker.js ./public && yarn codegen",
"codegen": "graphql-codegen --config codegen.yml"
},
"repository": {
Expand Down

0 comments on commit 174f4c9

Please sign in to comment.