Nx affected like output in Turborepo #7917
suwigyarathore
started this conversation in
Ideas
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.
-
Summary
In my turborepo I wanted to check if the current App should be built based on commit range.
This command came really handy and did exactly what I wanted to do :)
npx turbo run test '--filter=@apps/webshop...[ec64c134c825644c7a32ec964e5ce69179db4d96...a379912019c368df02bc94c2d91a93aa5fb99974]' '--ignore=**/*.groovy' '--dry=json' --no-cacheBUT as life of developer is never easy
I get totally different output in the jenkins vs local. I am not using turbo cache. I spent hours and hours still cant figure this out.
Additional information
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions