Skip unaffected builds for projects in Bun monorepos

1 min read

Skipping unaffected builds in monorepos now detects Bun lockfiles, extending the same compatibility already available for other package managers.

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 monorepo documentation to learn how skipping unaffected projects works.