Skip to content

Commit

Permalink
yarn: 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 228091b commit 8314e94
Showing 1 changed file with 0 additions and 2 deletions.
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

0 comments on commit 8314e94

Please sign in to comment.