How to find all workspace packages that a particular package depends on #4227
Unanswered
kwoncharles
asked this question in
Q&A
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.
-
Desired function
I want to find all workspace packages of a particular workspace package depends on.
For example, let's say the workspace looks like below. And I want to know all workspace packages that A depends on. It's B, C, and D.
Is there a way to do something like described above? I tried
yarn workspaces list
, but this command only lists all packages.Beta Was this translation helpful? Give feedback.
All reactions