Skip to content

Commit 7955fed

Browse files
committed
more logs
1 parent 73345ed commit 7955fed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ export async function listWorkspaces() {
3838
const packageJSON = JSON.parse(await fsp.readFile(packageJSONPath));
3939
const packagePath = p.relative(process.cwd(), p.dirname(packageJSONPath));
4040

41+
console.error(packagePath);
42+
4143
result.push({
4244
path: packagePath,
4345
name: packageJSON.name,

0 commit comments

Comments
 (0)