mirror of
https://github.com/marcogll/TaxHacker_s23.git
synced 2026-01-13 13:25:18 +00:00
ci: fix vercel build
This commit is contained in:
@@ -5,11 +5,11 @@
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "next dev --turbopack",
|
||||
"build": "next build",
|
||||
"build": "prisma generate && next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint",
|
||||
"seed": "ts-node prisma/seed.ts",
|
||||
"postinstall": "prisma generate && prisma migrate deploy && npm run seed"
|
||||
"postinstall": "prisma migrate deploy && npm run seed"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fast-csv/format": "^5.0.2",
|
||||
|
||||
Reference in New Issue
Block a user