Reduce unnecessary build output.

This commit is contained in:
Ryan Dahl 2018-07-16 22:40:42 -04:00
parent ed9acaec7d
commit d78254009e
3 changed files with 5 additions and 3 deletions

View file

@ -16,4 +16,4 @@ target_abs = os.path.join(third_party_path, "node_modules")
target_rel = os.path.relpath(target_abs)
util.remove_and_symlink(target_rel, "node_modules", True)
util.run(["node"] + sys.argv[1:])
util.run(["node"] + sys.argv[1:], quiet=True)