Skip to content

Commit

Permalink
chore: remove usage of tsconfig.seed.ts
Browse files Browse the repository at this point in the history
`tsx` does not need it, it was for the `ts-node` binary for esm setup
  • Loading branch information
V-ed committed Dec 16, 2023
1 parent c719ef0 commit 53a5016
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 22 deletions.
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"studio": "prisma studio"
},
"prisma": {
"seed": "tsx --tsconfig tsconfig.seed.json prisma/seed.ts"
"seed": "tsx prisma/seed.ts"
},
"dependencies": {
"@apollo/server": "4.9.3",
Expand Down
2 changes: 1 addition & 1 deletion api/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"typeRoots": [
"@types",
"./node_modules/@types",
"../node_modules/@types"
"../node_modules/@types",
],

"outDir": "./dist",
Expand Down
20 changes: 0 additions & 20 deletions api/tsconfig.seed.json

This file was deleted.

0 comments on commit 53a5016

Please sign in to comment.