From 59202ec9533586098c5ace65ef93150b62be0baf Mon Sep 17 00:00:00 2001 From: thiru Date: Sun, 26 Jul 2026 00:59:02 +0530 Subject: [PATCH] =?UTF-8?q?Remove=20postinstall=20hook=20=E2=80=94=20redun?= =?UTF-8?q?dant,=20causing=20CI=20timeout=20loop?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 1749536..196431e 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,6 @@ "nitrostack:start": "nitrostack-cli build && node dist/main.js", "widgets:dev": "cd widgets && next dev -p 3001", "widgets:build": "cd widgets && next build", - "postinstall": "nitrostack-cli install", "db:migrate": "npx supabase db push", "db:migrate:ci": "npx supabase db push --password $SUPABASE_DB_PASSWORD", "db:seed": "supabase db seed run",