1.0.0 • Published 8 years ago
yarn-all-workspaces v1.0.0
yarn-all-workspaces
CLI utility to help execute yarn commands in every workspace in a project
Installation
Install via yarn
$> yarn add yarn-all-workspacesUsage
yarn all-workspaces [--parallel|-p] <command-to-run>
Example 1
Execute yarn run clean in each workspace sequentially
$> yarn all-workspaces run cleanExample 2
Execute yarn run build in each workspace in parallel.
$> yarn all-workspaces --parallel run buildExample 3
Additional arguments will be passed to the yarn invocation in each workspace.
$> yarn all-workspaces run build --watch1.0.0
8 years ago