yarn workspaces

Show information about your workspaces.

What is a workspace?

To learn more about workspaces, check these links:

Commands

yarn workspaces info

This command will display the workspace dependency tree of your current project.

yarn workspaces info 
yarn workspaces vx.x.x { "create-subscription": { "location": "packages/create-subscription", "workspaceDependencies": [], "mismatchedWorkspaceDependencies": [] }, ... "react-noop-renderer": { "location": "packages/react-noop-renderer", "workspaceDependencies": [ "react-reconciler" ], "mismatchedWorkspaceDependencies": [] }, "react-reconciler": { "location": "packages/react-reconciler", "workspaceDependencies": [], "mismatchedWorkspaceDependencies": [] }, ... }