CI Build Speed

Make a slow CI pipeline fast and reliable for a JS/TS monorepo (Next.js + bun + Turborepo on GitHub Actions, deployed via a separate build like Netlify) — profile to find the critical path (usually the production build, not lint/test), then cache everything, fix build OOM, dedup builds, and shard tests. Use when CI is slow, PR checks take forever, the build OOMs/times out, or before throwing bigger runners / remote cache at CI.

pooriaarab 537718a 15.2 KB Updated

File contents

pooriaarab/skills/tree/main/ci-build-speed commit 537718af70

Frequently asked questions

npx skillmds@latest add pooriaarab/ci-build-speed