fix: add postinstall to build agent-sdk

This commit is contained in:
Nikhil Sonti
2026-01-12 11:52:33 -08:00
parent 481161e7d9
commit c5f29c67f6

View File

@@ -9,6 +9,7 @@
"packages/*"
],
"scripts": {
"postinstall": "bun run build:agent-sdk",
"start:dev": "bun ./scripts/build/start-all.ts",
"start:server": "bun run --filter @browseros/server start",
"start:agent": "bun ./scripts/build/controller-ext.ts && bun run --filter @browseros/agent dev",