mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 20:20:49 +00:00
Add coverage for pnpm install command, fixes #32
This commit is contained in:
parent
8f6742504f
commit
fd89ef3965
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ export function createPnpmPackageManager() {
|
|||
matchesCommand(args, "update") ||
|
||||
matchesCommand(args, "upgrade") ||
|
||||
matchesCommand(args, "up") ||
|
||||
matchesCommand(args, "install") ||
|
||||
// dlx does not always come in the first position
|
||||
// eg: pnpm --package=yo --package=generator-webapp dlx yo webapp
|
||||
// documentation: https://pnpm.io/cli/dlx#--package-name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue