add vercel-build

This commit is contained in:
Thomas Ruoff
2022-10-13 11:19:36 +02:00
parent 7e7774d4a8
commit fbd1038e30

View File

@@ -7,6 +7,8 @@
"build": "next build", "build": "next build",
"start": "next start", "start": "next start",
"lint": "next lint", "lint": "next lint",
"vercel-build": "prisma generate && prisma migrate deploy && next build",
"prisma:generate": "prisma generate",
"test:watch": "jest --watch", "test:watch": "jest --watch",
"test": "jest" "test": "jest"
}, },