Skip to content

Commit

Permalink
Fix: Fixed broken schema imports
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinMusiku committed Aug 28, 2023
1 parent 3390503 commit 7ac8ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"start": "cross-env NODE_ENV=production node dist/index.js",
"dev": "concurrently \"cross-env NODE_ENV=development nodemon src/index.ts\" \"yarn codegen --watch\"",
"build": "tsc",
"build": "tsc && cp -r src/typeDefs/ dist/",
"lint": "eslint --ext .ts src",
"codegen": "graphql-codegen --config codegen.ts",
"test": "jest",
Expand Down

0 comments on commit 7ac8ebd

Please sign in to comment.