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 0fcaa0aCopy full SHA for 0fcaa0a
.yarn/versions/a2ec75bc.yml
@@ -0,0 +1,2 @@
1
+declined:
2
+ - "@yarnpkg/plugin-workspace-tools"
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`,
65
+ `yarn workspaces foreach -A --include '{workspace-a,workspace-b}' run build`,
66
]],
67
});
68
0 commit comments