Skip to main content

Skip unaffected builds for projects in Bun monorepos

By Steven Van ·

The build-skipping feature for monorepos, previously limited to npm, yarn and pnpm, now detects Bun lockfiles too.

Vercel's build-skipping feature for monorepos now recognizes Bun lockfiles, matching the support it already had for npm, yarn, and pnpm. When evaluating which projects in a monorepo to build, Vercel reads lockfile changes to determine whether a project's dependencies have changed, and skips the build for any project that hasn't changed. Teams running Bun workspaces can now rely on that same detection to cut unnecessary build time across their monorepos. See the monorepo documentation for how skipping unaffected projects works.

Vercel
Vercel
The platform for frontend developers — deploy, preview, and scale web apps and AI agents with zero config.
View Vercel →

Read the original announcement →

Read Skip unaffected builds for projects in Bun monorepos on Creators Toolbox