From ddbdf4361e564a0acdb8cf5a050213238121498c Mon Sep 17 00:00:00 2001 From: streaper2 Date: Sat, 28 Feb 2026 20:16:49 +0100 Subject: [PATCH] Remove `postinstall` script and `rm -rf .next &&` from the `build` script. --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 9006ced..2029f2d 100644 --- a/package.json +++ b/package.json @@ -9,8 +9,7 @@ "dev": "next dev", "build": "rm -rf .next && npx prisma generate && next build", "start": "npx prisma db push && next start", - "lint": "next lint", - "postinstall": "prisma generate" + "lint": "next lint" }, "dependencies": { "@google/genai": "^1.38.0",