connect the local project to another one
yarn link ...Examples
Section titled “Examples”Register one or more remote workspaces for use in the current project :
yarn link ~/ts-loader ~/jestRegister all workspaces from a remote project for use in the current project :
yarn link ~/jest --allDetails
Section titled “Details”This command will set a new resolutions field in the project-level manifest
and point it to the workspace at the specified location (even if part of another
project).
Options
Section titled “Options”| Definition | Description |
|---|---|
| Link all workspaces belonging to the target projects to the current one |
| Also link private workspaces belonging to the target projects to the current one |
| Link workspaces using relative paths instead of absolute paths |