Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
More or less a typo fix.
Also, what does "topo" mean? Searching the docs for "topo" yields nothing, and searching the repo yields
turborepo/turbo.json
Lines 215 to 219 in a8f38f1
Why should
check-types
depend ontopo
? The docs point me to "Transit Nodes", but I'm still confused. In particular,So should we not have a
topo
script? If this is the case, why do otherturbo.json
files in this repo have atopo
task (which does nothing; see below)?Also, this repo's own
check-types
doesn't depend on topo. This is especially confusing when combined with this comment I foundturborepo/examples/turbo.json
Lines 3 to 6 in a8f38f1
because uh... the root
turbo.json
does have atopo
task (see above).I'm a turborepo noob so perhaps I'm missing something obvious, but I'm filled with confusion while trying to setup Typescript right now 😢.