feat(yarn): add workspace as dependencies and use workspace
relationship for them
#8012
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
Milestone
Description
We currently don't expose
workspace
as separate packages (only define direct and indirect dependencies on them).After #7889 we can add them with the
workspace
relationship.Required changes:
path/to/workspace/package.json
files.workspace
relationship for these packagespackage.json
file to addroot
package (@knqyf263 wdyt?) and add workspaces as dependencies of root packageThe text was updated successfully, but these errors were encountered: