fix(packaging): restore prepack contract

This commit is contained in:
Tam Nhu Tran
2026-04-01 15:13:08 -04:00
parent 9d504fda0f
commit 7dd0edb8cd
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -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"
},
@@ -310,7 +310,9 @@ function TopLevelControlsForm({
{isGpt54Selected ? 'GPT-5.4 selected' : 'GPT-5.4 reference'}
</Badge>
</div>
<p className="text-xs text-muted-foreground">Draft values only. Nothing applies until Save.</p>
<p className="text-xs text-muted-foreground">
Draft values only. Nothing applies until Save.
</p>
</div>
<div className="flex flex-wrap gap-2">