Skip to content

Commit

Permalink
Merge pull request #411 from VK-RED/main
Browse files Browse the repository at this point in the history
add prisma:docker script in dev:docker
  • Loading branch information
hkirat authored Apr 16, 2024
2 parents 7ff5d5f + bd52023 commit a13e99f
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 @@ -14,7 +14,8 @@
"lint:fix": "eslint --max-warnings 0 --config .eslintrc . --fix",
"format:fix": "prettier --write \"**/*.{ts,tsx,json}\"",
"format:check": "prettier --check \"**/*.{ts,tsx,json}\"",
"dev:docker": "npm run prisma:migrate && npm run studio & next dev",
"prisma:docker" : "npm run prisma:migrate && npm run db:seed && npm run studio",
"dev:docker": "npm run prisma:docker & next dev",
"prisma:migrate": "prisma migrate deploy",
"db:seed": "prisma db seed",
"db:reset": "prisma migrate reset",
Expand Down

0 comments on commit a13e99f

Please sign in to comment.