Formula-Cookbook: add std_npm_args

Signed-off-by: Patrick Linnane <patrick@linnane.io>
This commit is contained in:
Patrick Linnane 2024-07-26 12:53:37 -07:00
parent 04621bab95
commit b1eb6da98d
No known key found for this signature in database

View File

@ -514,6 +514,16 @@ The `std_*_args` methods, as well as the arguments they pass, are:
"--wrap-mode=nofallback"
```
#### `std_npm_args`
```ruby
"-ddd"
"--global"
"--build-from-source"
"--cache=$(brew --cache)/npm_cache"
"--prefix=#{libexec}"
```
#### `std_pip_args`
```ruby