mirror of
https://github.com/foomo/posh-providers.git
synced 2025-10-16 12:35:41 +00:00
fix(pnpm/pnpm): use fallback for install
This commit is contained in:
parent
ef41f71673
commit
0f2b6a469a
@ -100,9 +100,7 @@ func NewCommand(l log.Logger, cache cache.Cache) *Command {
|
||||
{
|
||||
Name: "install",
|
||||
Description: "Install dependencies",
|
||||
Execute: func(ctx context.Context, r *readline.Readline) error {
|
||||
return shell.New(ctx, l, "pnpm", "install").Run()
|
||||
},
|
||||
Execute: fallback,
|
||||
},
|
||||
{
|
||||
Name: "run",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user