mirror of
https://github.com/safedep/pmg.git
synced 2026-08-03 07:24:09 +02:00
Add pmg E2E Tests (#73)
* add pmg e2e tests * pin sha version * pin python sha version * add pmg to path * fix pnpm init * fix pnpm init * rm poerty verification * fix poetry verification * comment poetry verification * fix poetry error * add poetry verification back * fix poetry error * add yarn e2e * fix yarn installation --------- Signed-off-by: Sahil Bansal <bansalsahil315@gmail.com>
This commit is contained in:
@@ -95,7 +95,7 @@ func DefaultConfig() AliasConfig {
|
||||
|
||||
return AliasConfig{
|
||||
RcFileName: ".pmg.rc",
|
||||
PackageManagers: []string{"npm", "pip", "pnpm", "bun", "uv", "yarn"},
|
||||
PackageManagers: []string{"npm", "pip", "pnpm", "bun", "uv", "yarn", "poetry"},
|
||||
Shells: shells,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user