Course lesson
As your workspace grows you may need to start using more advanced optimizations.
As your workspace grows you may need to start using more advanced optimizations.
A great option that Nx provides are "affected commands". These use git to determine the changes between your current branch and the base branch, and run a command on all projects that were affected by the changes
Course lesson
As your workspace grows you may need to start using more advanced optimizations.