From 99b12a519e17e5b61a7ba2beb3bd9c6d0862f93b Mon Sep 17 00:00:00 2001 From: Chris Tate Date: Tue, 14 Oct 2025 11:02:18 -0500 Subject: [PATCH] removes postbuild script --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index bc78488e..b801d52b 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,6 @@ "scripts": { "dev": "next dev --turbopack", "build": "next build --turbopack", - "postbuild": "tsx scripts/migrate-production.ts", "start": "next start", "lint": "eslint", "type-check": "tsc --noEmit",