Skip to content

Commit

Permalink
Add seed step to migrate script
Browse files Browse the repository at this point in the history
  • Loading branch information
justinsilvestre committed Dec 9, 2023
1 parent 825a23e commit 5a93764
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 @@ -122,7 +122,7 @@
"node": ">=18.0.0"
},
"prisma": {
"seed": "ts-node -r tsconfig-paths/register prisma/seed.ts"
"seed": "npx ts-node -r tsconfig-paths/register prisma/seed.ts"
},
"lint-staged": {
"**/*.{ts,js,tsx,jsx}": [
Expand Down

0 comments on commit 5a93764

Please sign in to comment.