Merge pull request #27101 from backstage/rugvip/nope

cli: remove test code
This commit is contained in:
Patrik Oldsberg
2024-10-14 14:03:05 +02:00
committed by GitHub
-1
View File
@@ -241,7 +241,6 @@ export async function command(opts: OptionValues, cmd: Command): Promise<void> {
return;
}
selectedProjects = selectedProjects.filter(pkg => pkg.includes('app'));
args.push('--selectProjects', ...selectedProjects);
}