Skip to content

Commit bf02a5a

Browse files
committed
more logs
1 parent 7955fed commit bf02a5a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/bin/list-workspaces/list-workspaces.mjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ export async function listWorkspaces() {
3232
}
3333
}
3434

35+
console.error('---- workspaces ----')
36+
console.error(Array.from(packages.values()));
37+
console.error('---- ----')
38+
39+
3540
const result = [];
3641

3742
for (const packageJSONPath of Array.from(packages)) {

0 commit comments

Comments
 (0)