ci: fil build process

This commit is contained in:
Vasily Zubarev
2025-03-21 19:15:37 +01:00
parent 1e63474039
commit 0c046ebae9

View File

@@ -6,10 +6,9 @@
"scripts": {
"dev": "next dev --turbopack",
"build": "prisma generate && next build",
"start": "next start",
"start": "prisma migrate deploy && next start",
"lint": "next lint",
"seed": "ts-node prisma/seed.ts",
"postinstall": "prisma migrate deploy && npm run seed"
"seed": "ts-node prisma/seed.ts"
},
"dependencies": {
"@fast-csv/format": "^5.0.2",