diff --git a/package.json b/package.json index cabca9b..0021e41 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "build": "next build", "start": "next start", "lint": "next lint", - "postinstall": "prisma generate --no-engine", + "postinstall": "prisma generate", "sync-prod-data": "tsx scripts/sync-prod-data-enhanced.ts", "sync-prod-data:dry-run": "tsx scripts/sync-prod-data-enhanced.ts --dry-run", "sync-prod-data:original": "tsx scripts/sync-prod-data.ts"