chore: starting some more on the script

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2024-04-16 09:16:03 +02:00
parent 7fe125abd6
commit 2ccd389166
4 changed files with 46 additions and 9 deletions
@@ -136,6 +136,7 @@ export class PackageGraph extends Map<string, PackageGraphNode> {
* Lists all local packages in a monorepo.
*/
static async listTargetPackages(): Promise<BackstagePackage[]> {
console.log(paths.targetDir);
const { packages } = await getPackages(paths.targetDir);
return packages as BackstagePackage[];
}