You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sure! In my usecase, I have custom packages that depend on third-party packages. I also have a metapackage that lists only my custom packages.
With this option I aim to select only my custom packages with --packages-below-depth 2 <my-meta-package> (or depth=1, not sure where it starts counting from)
One reason to do this is to run tests of only my custom packages.
It could also be called
--packages-up-to-depth
Did I miss another obvious way to achieve this? Thanks!
The text was updated successfully, but these errors were encountered: