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 2276b7c commit c649f00Copy full SHA for c649f00
1 file changed
Formula/zli-beta.rb
@@ -15,7 +15,7 @@ class ZliBeta < Formula
15
depends_on "node@20" => :build
16
17
def install
18
- system "npm", "install", *std_npm_args(prefix: false)
+ system "npm", "install"
19
system "npm", "run", "release-prod"
20
21
if OS.linux?
0 commit comments