diff --git a/.changeset/twenty-shoes-pay.md b/.changeset/twenty-shoes-pay.md new file mode 100644 index 0000000000..3b7bc3ab44 --- /dev/null +++ b/.changeset/twenty-shoes-pay.md @@ -0,0 +1,5 @@ +--- +"pnpm": patch +--- + +Pass the find command to npm, it is an alias for npm search diff --git a/pnpm/src/pnpm.ts b/pnpm/src/pnpm.ts index 927c707ea8..4c00ac7ee9 100644 --- a/pnpm/src/pnpm.ts +++ b/pnpm/src/pnpm.ts @@ -16,6 +16,7 @@ const argv = process.argv.slice(2) case 'dist-tag': case 'docs': case 'edit': + case 'find': case 'home': case 'info': case 'issues':