Skip to content

Commit

Permalink
fix(app): setup db setup db
Browse files Browse the repository at this point in the history
  • Loading branch information
agnelrdx committed Mar 25, 2024
1 parent 480f600 commit 1c2d86a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"test:ci": "jest --ci",
"db:local:migrate": "npx dotenv -e .env.local -- prisma migrate dev",
"db:prod:migrate": "npx dotenv -e .env.production -- prisma migrate dev",
"db:local:seed": "npx dotenv -e .env.local -- node prisma/seed.js"
"db:local:seed": "npx dotenv -e .env.local -- node prisma/seed.js",
"db:prod:seed": "npx dotenv -e .env.production -- node prisma/seed.js"
},
"dependencies": {
"@prisma/client": "^5.11.0",
Expand Down

0 comments on commit 1c2d86a

Please sign in to comment.