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 73345ed commit 7955fedCopy full SHA for 7955fed
.github/bin/list-workspaces/list-workspaces.mjs
@@ -38,6 +38,8 @@ export async function listWorkspaces() {
38
const packageJSON = JSON.parse(await fsp.readFile(packageJSONPath));
39
const packagePath = p.relative(process.cwd(), p.dirname(packageJSONPath));
40
41
+ console.error(packagePath);
42
+
43
result.push({
44
path: packagePath,
45
name: packageJSON.name,
0 commit comments