Course lesson

Further Optimize Your Nx Workspace with Affected Commands

As your workspace grows you may need to start using more advanced optimizations.

Duration
4 min
Access
Included
Transcript
Retained from source evidence

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