Skip to content
← Back to Changelog

Friday, August 26th 2022

Intelligent ignored builds using Turborepo

Posted by

Avatar for tknickman

Tom Knickman

Software Engineer

Avatar for styfle

Steven Salat

Software Engineer

Avatar for healeycodes

Andrew Healey

Software Engineer

Avatar for jared

Jared Palmer

VP of Product, AI

Avatar for nathanhammond

Nathan Hammond

Turborepo Core Team

When deployed on Vercel, Turborepo now supports only building affected projects via the new turbo-ignore npm package, saving time and helping teams stay productive.

turbo-ignore leverages the Turborepo dependency graph to automatically determine if each app, or one of its dependencies has changed and needs to be deployed.

Try it now by setting npx turbo-ignore as the Ignored Build Step for each project within your monorepo.

Check out the documentation to learn more.

Post