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 e776f9c commit 276e5bbCopy full SHA for 276e5bb
.changeset/brave-zoos-boil.md
@@ -0,0 +1,5 @@
1
+---
2
+'@codeshift/cli': patch
3
4
+
5
+Return if list finds an invalid package
packages/cli/src/list.ts
@@ -17,6 +17,8 @@ export default async function list(packages: string[]) {
17
`Unable to find codeshift package: ${chalk.bold(codemodName)}.`,
18
),
19
);
20
21
+ return;
22
}
23
24
await packageManager.install(codemodName);
0 commit comments