How to get list of changed files detected by Turborepo during a run? #10563
-
SummaryI'm trying to optimize testing in my monorepo setup. I know Turborepo smartly detects which packages or files have changed to avoid rebuilding everything. I was wondering: My goal is to pass this changed file list to a script that maps files to dependent components and runs tests selectively. Any tips or patterns others are using for this would be appreciated. Thanks! Additional informationNo response ExampleNo response |
Beta Was this translation helpful? Give feedback.
Answered by
anthonyshew
Jun 19, 2025
Replies: 1 comment
-
|
The |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
anthonyshew
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
--summarizeflag has this type of information: https://turborepo.com/docs/reference/run#--summarize