bruh
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 2m14s

This commit is contained in:
i701 2025-01-11 02:29:32 +05:00
parent 8e068f1aa5
commit c79f06c17f
Signed by: i701
GPG Key ID: 54A0DA1E26D8E587

View File

@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "npx prisma migrate deploy && npx prisma generate && npx prisma db push && next build",
"build": "next build",
"start": "next start",
"lint": "next lint",
"studio": "npx prisma studio",