I'm migrating from Moonrepo and by default it runs tasks transitively.
I have a few questions around vp -t:
- Is there a way to run with
-t by default?
- Does Transitive mode parallelize when available? e.g. two packages that don't depend on eachother.
- The docs recommend running
vp build, vp test, etc, without -t: https://viteplus.dev/guide/ci. Wouldn't it be better to run with -t?