cli: remove test code

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2024-10-14 14:01:44 +02:00
parent 0b1a980521
commit f98ca69195
-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);
}