Formula-Cookbook: add std_npm_args
Signed-off-by: Patrick Linnane <patrick@linnane.io>
This commit is contained in:
parent
04621bab95
commit
b1eb6da98d
@ -514,6 +514,16 @@ The `std_*_args` methods, as well as the arguments they pass, are:
|
|||||||
"--wrap-mode=nofallback"
|
"--wrap-mode=nofallback"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### `std_npm_args`
|
||||||
|
|
||||||
|
```ruby
|
||||||
|
"-ddd"
|
||||||
|
"--global"
|
||||||
|
"--build-from-source"
|
||||||
|
"--cache=$(brew --cache)/npm_cache"
|
||||||
|
"--prefix=#{libexec}"
|
||||||
|
```
|
||||||
|
|
||||||
#### `std_pip_args`
|
#### `std_pip_args`
|
||||||
|
|
||||||
```ruby
|
```ruby
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user