mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-14 03:26:13 -04:00
feat: pass the find command to npm (#8675)
This commit is contained in:
5
.changeset/twenty-shoes-pay.md
Normal file
5
.changeset/twenty-shoes-pay.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"pnpm": patch
|
||||
---
|
||||
|
||||
Pass the find command to npm, it is an alias for npm search
|
||||
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user