Skip unaffected builds for projects in Bun monorepos
Vercel now detects Bun lockfiles in monorepos to skip builds for unchanged projects, reducing unnecessary build time alongside support already offered for other package managers.
now detects Bun lockfiles, extending the same compatibility already available for other package managers.Skipping unaffected builds in monorepos When Vercel evaluates which projects to build, it reads lockfile changes to determine whether dependencies have changed.
Teams using Bun can now rely on this detection to skip builds for projects that haven't changed, reducing unnecessary build time across monorepos. See the to learn how skipping unaffected projects works.monorepo documentation Read more