We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3cab68 commit 360362bCopy full SHA for 360362b
Formula/z/zx.rb
@@ -21,6 +21,10 @@ class Zx < Formula
21
def install
22
system "npm", "install", *std_npm_args
23
bin.install_symlink Dir["#{libexec}/bin/*"]
24
+
25
+ # Make the bottles uniform
26
+ inreplace_file = libexec/"lib/node_modules/zx/node_modules/@types/node/process.d.ts"
27
+ inreplace inreplace_file, "/usr/local/bin", "#{HOMEBREW_PREFIX}/bin"
28
end
29
30
test do
0 commit comments