[CI/CD] Cutting CI From 20 to 6 Minutes by Pulling Lint and Type Checks Out of next build
7 min readHow I sped up CI and release pipelines for a large Next.js app: disabling inline ESLint and type checking in next build, running them as parallel jobs, linting only changed files, and fixing broken caches.