Command
yarn workspaceExplanation
Yarn workspaces allow managing multiple packages in a single repository.
Examples
Add package to specific workspace
yarn workspace frontend add reactRun script in all workspaces
yarn workspaces run buildyarn workspaceYarn workspaces allow managing multiple packages in a single repository.
Add package to specific workspace
yarn workspace frontend add reactRun script in all workspaces
yarn workspaces run build