From 994956a98de557f9f07f8b137f5a2a2070768211 Mon Sep 17 00:00:00 2001 From: i701 Date: Sat, 11 Jan 2025 01:50:21 +0500 Subject: [PATCH] attempt no 3 docker --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index bc7807c..7566f30 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": true, "scripts": { "dev": "next dev --turbopack", - "build": "next build", + "build": "npx prisma migrate deploy && npx prisma generate && npx prisma db push && next build", "start": "next start", "lint": "next lint", "studio": "npx prisma studio", @@ -68,4 +68,4 @@ "typescript": "^5.7.2" }, "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" -} +} \ No newline at end of file