Skip to content

Commit 55b0e10

Browse files
cherman23Copilot
andauthored
Update package.json
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 06192bd commit 55b0e10

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
"version": "0.1.0",
44
"private": true,
55
"scripts": {
6-
"dev": "docker-compose up -d && npx prisma migrate dev && next dev",
6+
"dev:db": "docker-compose up -d",
7+
"dev:migrate": "npx prisma migrate dev",
8+
"dev:start": "next dev",
9+
"dev": "npm run dev:db && npm run dev:migrate && npm run dev:start",
710
"build": "next build",
811
"start": "next start",
912
"lint": "eslint . --max-warnings=0",

0 commit comments

Comments
 (0)