🍒 Cherry-Picked Nx v19.6 Updates
🌊 Nx Core
Skipping Dependent Tasks
When testing or for any other reason, you may want to skip running the entire tree of task dependencies. You can now achieve this with the --exclude-task-dependencies flag in your Nx command:
nx run app:build --exc...
gelinjo.hashnode.dev5 min read