fix(pnpm/pnpm): use fallback for install

This commit is contained in:
Kevin Franklin Kim 2024-10-07 11:19:57 +02:00
parent ef41f71673
commit 0f2b6a469a
No known key found for this signature in database

View File

@ -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",