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