Merge pull request #5909 from joeybaker/patch-1
NPM install latest made more effecient
This commit is contained in:
commit
bc9c40135a
1 changed files with 0 additions and 1 deletions
|
@ -216,7 +216,6 @@ def main():
|
|||
if len(missing) or len(outdated):
|
||||
changed = True
|
||||
npm.install()
|
||||
npm.update()
|
||||
else: #absent
|
||||
installed, missing = npm.list()
|
||||
if name in installed:
|
||||
|
|
Loading…
Add table
Reference in a new issue