From 0c0b95fae5b09ae7ecf31c3fdc11338f15a695c5 Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Thu, 25 Jul 2024 17:11:12 -0700 Subject: [PATCH] formula: remove `std_npm_args` from system's pretty_args --- Library/Homebrew/formula.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index da12c8507c..19415dc8c1 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -2975,8 +2975,6 @@ class Formula pretty_args -= std_go_args when "meson" pretty_args -= std_meson_args - when "npm" - pretty_args -= std_npm_args when %r{(^|/)(pip|python)(?:[23](?:\.\d{1,2})?)?$} pretty_args -= std_pip_args end