Utilities
Repo-level utility commands for the active Bun/TypeScript monorepo.
The current monorepo does not use the older utilities/ .NET helper scripts as part of the supported workflow. Start from Bun commands at the repo root instead.
Common Commands
Build the whole active workspace set
bun run buildRun tests across workspaces
bun run testRun smoke checks where configured
bun run smokeFormat the supported Bun/TypeScript surfaces
bun run formatCheck the formatter baseline without rewriting files
bun run check:biomeRun the current lint sweep
bun run lintBuild only the portal docs
bun run --filter webstir-portal buildInspect the Bun CLI surface
bun run webstir -- --helpPackage-Local Validation
- Frontend package:
bun run --filter @webstir-io/webstir-frontend build|test - Backend package:
bun run --filter @webstir-io/webstir-backend build|test|smoke - Bun orchestrator:
bun run --filter @webstir-io/webstir test
Notes
- Run commands from the repo root unless a package README says otherwise.
bun run check:requiredis the CI mirror for the required gate,bun run check:with-watch-browseradds the watch-browser proof lane, andbun run check:releaseextends the required gate withbun run benchmark:agent-tasks.- The archived
.NETtree has its own historical tooling, but it is not part of the active Bun workflow.