Skip to content

Commit

Permalink
fix: add pnpm set-script and pkg passed through to npm (#5687)
Browse files Browse the repository at this point in the history
  • Loading branch information
lvqq committed Nov 25, 2022
1 parent d5496cc commit 54128c9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/breezy-tables-mate.md
@@ -0,0 +1,5 @@
---
"pnpm": patch
---

`pnpm set-script` and `pnpm pkg` are passed through to npm [#5683](https://github.com/pnpm/pnpm/discussions/5683).
2 changes: 2 additions & 0 deletions pnpm/src/pnpm.ts
Expand Up @@ -42,11 +42,13 @@ const argv = process.argv.slice(2)
case 'ping':
case 'prefix':
case 'profile':
case 'pkg':
case 'repo':
case 's':
case 'se':
case 'search':
case 'set':
case 'set-script':
case 'star':
case 'stars':
case 'team':
Expand Down

0 comments on commit 54128c9

Please sign in to comment.