This commit is contained in:
Janis
2022-12-27 04:34:07 +01:00
parent 0a701f211c
commit 15ca9435b4
11 changed files with 226 additions and 6 deletions

View File

@@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build": "prisma generate && prisma migrate deploy && next build",
"start": "next start",
"lint": "next lint"
},