Skip to content

Commit c649f00

Browse files
author
lgmugnier
committed
remove std args
1 parent 2276b7c commit c649f00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Formula/zli-beta.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class ZliBeta < Formula
1515
depends_on "node@20" => :build
1616

1717
def install
18-
system "npm", "install", *std_npm_args(prefix: false)
18+
system "npm", "install"
1919
system "npm", "run", "release-prod"
2020

2121
if OS.linux?

0 commit comments

Comments
 (0)