link
npm/yarn-workspace

Yarn Workspaces

Manage monorepo workspaces

yarn
workspace
monorepo

Command

yarn workspace

Explanation

Yarn workspaces allow managing multiple packages in a single repository.

Examples

Add package to specific workspace

yarn workspace frontend add react

Run script in all workspaces

yarn workspaces run build