From 78f6c5d7156e1fb447e523b355c302a45d5b71bd Mon Sep 17 00:00:00 2001 From: Tam Nhu Tran Date: Wed, 1 Apr 2026 16:41:28 -0400 Subject: [PATCH] hotfix: restore prepack packaging contract --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 41784d12..515af049 100644 --- a/package.json +++ b/package.json @@ -87,6 +87,7 @@ "ui:build": "cd ui && bun run build", "ui:preview": "cd ui && bun run preview", "ui:validate": "cd ui && bun run validate", + "prepack": "bun run build:all", "prepare": "husky", "postinstall": "node scripts/postinstall.js" },