Add coverage for pnpm i alias, fixes #36

This commit is contained in:
Sander Declerck 2025-09-10 09:25:49 +02:00
parent 0f90ac2a2d
commit fdaa60b211
No known key found for this signature in database

View file

@ -14,6 +14,7 @@ export function createPnpmPackageManager() {
matchesCommand(args, "upgrade") ||
matchesCommand(args, "up") ||
matchesCommand(args, "install") ||
matchesCommand(args, "i") ||
// 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