Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

yarn, pnpm, pnpm@8: remove skip_clean #180632

Merged
merged 6 commits into from
Aug 13, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
2 changes: 0 additions & 2 deletions Formula/p/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ class PnpmAT8 < Formula

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

skip_clean "bin"

def install
system "npm", "install", *std_npm_args
bin.install_symlink libexec.glob("bin/*")
Expand Down
2 changes: 0 additions & 2 deletions Formula/y/yarn.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ class Yarn < Formula
conflicts_with "hadoop", because: "both install `yarn` binaries"
conflicts_with "corepack", because: "both install `yarn` and `yarnpkg` binaries"

skip_clean "libexec/bin"

def install
libexec.install buildpath.glob("*")
(bin/"yarn").write_env_script libexec/"bin/yarn.js", PREFIX: HOMEBREW_PREFIX
Expand Down
Loading