You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"build": "cd packages/client && bun run build && cd ../opencode && bun run build",
"typecheck": "cd packages/client && bun run build && bun run typecheck && cd ../opencode && bun run typecheck",
"test": "bun run build && bun test packages",
"test:hermetic": "bun run build && XDG_RUNTIME_DIR=/nonexistent CLAUSTRUM_SUBC_CONNECTION=/nonexistent/x.json CLAUSTRUM_CUSTODY_LOG=off bun test packages"