Skip to content

Commit

Permalink
feat(cartesi): using std_npm_args
Browse files Browse the repository at this point in the history
  • Loading branch information
tuler committed Sep 6, 2024
1 parent 4abba3a commit 9ebac6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/cartesi.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Cartesi < Formula
depends_on "node"

def install
system "npm", "install", *Language::Node.std_npm_install_args(libexec)
system "npm", "install", *std_npm_args
bin.install_symlink Dir["#{libexec}/bin/*"]

# use node installed by the "node" formula instead of the PATH one
Expand Down

0 comments on commit 9ebac6d

Please sign in to comment.