chore: starting some more on the script
Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
@@ -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[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user