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 7955fed commit bf02a5aCopy full SHA for bf02a5a
.github/bin/list-workspaces/list-workspaces.mjs
@@ -32,6 +32,11 @@ export async function listWorkspaces() {
32
}
33
34
35
+ console.error('---- workspaces ----')
36
+ console.error(Array.from(packages.values()));
37
+ console.error('---- ----')
38
+
39
40
const result = [];
41
42
for (const packageJSONPath of Array.from(packages)) {
0 commit comments