Examples (6)
Build a specific project
nx build projectExecute a target on a specific project
nx run project:targetExecute a target on multiple projects
nx run-many --target target --projects project1,project2Execute a target on all projects in the workspace
nx run-many --target target --allExecute a target only on projects that have been changed
nx affected --target targetmade by @shridhargupta | data from tldr-pages