mirror of
https://github.com/safedep/pmg.git
synced 2026-08-03 07:24:09 +02:00
feat: add pnpm support & introduce pkg manager wrap for npm
This commit is contained in:
@@ -42,6 +42,7 @@ func IsInstallCommand(pkgManager, cmd string) bool {
|
||||
"add": true,
|
||||
},
|
||||
"pnpm": {
|
||||
"add": true,
|
||||
"install": true,
|
||||
"i": true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user