ci(netlify): set up database generation and seeding for serverless deployment
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
[build]
|
||||
command = "npm run build"
|
||||
command = "npx prisma db push && node scripts/seed-db.js && npm run build"
|
||||
publish = ".next"
|
||||
|
||||
[[plugins]]
|
||||
|
||||
Reference in New Issue
Block a user