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
"test": "bun run build && cd packages/opencode && bun run test",
"test:e2e": "cd packages/core && bun run build && cd ../.. && bun run --cwd packages/e2e-tests test",
"typecheck": "cd packages/core && bun run build && cd ../opencode && bun run typecheck && cd ../pi && bun run typecheck && cd ../.. && tsc -p tsconfig.scripts.json",
"types": "bun run typecheck",
"format": "biome check --write --unsafe .",
"format:check": "biome format .",
"lint": "biome lint .",
"pack:core:dry": "cd packages/core && bun pm pack --dry-run",
"pack:opencode:dry": "cd packages/opencode && bun pm pack --dry-run",
"pack:pi:dry": "cd packages/pi && bun pm pack --dry-run",