Skip to content

Commit

Permalink
pnpm: remove skip_clean
Browse files Browse the repository at this point in the history
This will not be needed after Homebrew/brew#17993.
  • Loading branch information
carlocab committed Aug 9, 2024
1 parent a7a3620 commit 3adc874
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Formula/p/pnpm.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ class Pnpm < Formula

conflicts_with "corepack", because: "both installs `pnpm` and `pnpx` binaries"

skip_clean "bin"

def install
system "npm", "install", *std_npm_args
bin.install_symlink libexec.glob("bin/*")
Expand Down

0 comments on commit 3adc874

Please sign in to comment.