mirror of
https://github.com/safedep/pmg.git
synced 2026-08-03 07:24:09 +02:00
add e2e and alias for npx, pnpx (#105)
* add e2e and alias for npx, pnpx * Update .github/workflows/pmg-e2e.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Sahil Bansal <bansalsahil315@gmail.com> --------- Signed-off-by: Sahil Bansal <bansalsahil315@gmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -95,7 +95,7 @@ func DefaultConfig() AliasConfig {
|
||||
|
||||
return AliasConfig{
|
||||
RcFileName: ".pmg.rc",
|
||||
PackageManagers: []string{"npm", "pip", "pip3", "pnpm", "bun", "uv", "yarn", "poetry"},
|
||||
PackageManagers: []string{"npm", "pip", "pip3", "pnpm", "bun", "uv", "yarn", "poetry", "npx", "pnpx"},
|
||||
Shells: shells,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user