feat: pass the find command to npm (#8675)

This commit is contained in:
chlorine
2024-10-21 09:14:27 +08:00
committed by GitHub
parent ad4f9a1658
commit 4ab4fa06c3
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
"pnpm": patch
---
Pass the find command to npm, it is an alias for npm search

View File

@@ -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':