We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 666aa3a commit 229e4d1Copy full SHA for 229e4d1
packages/plugin-workspace-tools/sources/commands/foreach.ts
@@ -59,6 +59,10 @@ export default class WorkspacesForeachCommand extends BaseCommand {
59
[
60
`Run the build script on several packages and all their dependencies, building dependencies first`,
61
`yarn workspaces foreach -Rpt --from '{workspace-a,workspace-b}' run build`,
62
+ ],
63
+ [
64
+ `Run the build script only on a specific set of packages in parallel`,
65
+ `yarn workspaces foreach -Ap --include '{workspace-a,workspace-b}' run build`,
66
]],
67
});
68
0 commit comments