"Depth first" vs "breadth first" #34857
GrumpyMeow
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Every now and then i find myself in need to run tasks "breadth first" instead of the default "depth first" principle.
I quite often make the same change on the whole workspace. To validate my changes i would like as early as possible an indication of possible issues. If i would do
npx nx affected --target=test-storybook, nx will start withbuild-storybook(is a "depends") all our 124 libraries and only then it would dotest-storybook. Is this something would would fit NX?So instead of:
This order :
Beta Was this translation helpful? Give feedback.
All reactions