Skip to content

Commit

Permalink
pnpm: remove conflicts_with corepack
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 committed Oct 27, 2024
1 parent 36dedd6 commit fda9221
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 @@ -21,8 +21,6 @@ class Pnpm < Formula

depends_on "node" => [:build, :test]

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

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

0 comments on commit fda9221

Please sign in to comment.