Skip to content

Commit

Permalink
Merge pull request #145 from foomo/pnpm-install
Browse files Browse the repository at this point in the history
fix(pnpm/pnpm): use fallback for install
  • Loading branch information
franklinkim authored Oct 7, 2024
2 parents ef41f71 + 0f2b6a4 commit 9bc2b87
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pnpm/pnpm/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9bc2b87

Please sign in to comment.