mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Adding ability to disable npm install silent flag
This commit is contained in:
parent
c1101b5f0b
commit
afe149eb6d
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ def install(pkg=None,
|
|||
pkgs = pkg_list
|
||||
if registry:
|
||||
registry = _cmd_quote(registry)
|
||||
|
||||
|
||||
cmd = ['npm', 'install']
|
||||
if silent:
|
||||
cmd.append(['--silent'])
|
||||
|
|
Loading…
Add table
Reference in a new issue