build(turbo): normalize workspace task graph #33
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "codex/turbo-idiomatic-workspace"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Normalize the workspace scripts and Turbo task graph for the first idiomatic Turborepo cleanup slice.
Why
The repo was Turbo-compatible, but root scripts used shorthand invocation, QA was hidden behind a package-local nested script, e2e rebuilt Storybook inside Playwright, and cache hashes did not account for root config/env inputs. This makes later package/file-tree cleanup harder to review safely.
Changes
turbo runcommands.test:qaa root Turbo graph across check, unit, build, UI Storybook, and web e2e tasks.test:qashell pipeline so package scripts remain leaf tasks.Testing
bun run --cwd apps/web test:unit src/lib/workspace-boundary.test.tsbun run checkbun run test:qabun run db:checkNotes
This is the first PR-sized slice toward the full Turborepo-idiomatic cleanup. The next slices should address package-boundary consistency, file-tree organization, and Docker
turbo prunedeployment shape.