Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(715)

Unified Diff: web/web.py

Issue 2969643003: [web] Update packages, use TS 2.4 (Closed)
Patch Set: [web] Update packages, use TS 2.4 Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « web/package.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: web/web.py
diff --git a/web/web.py b/web/web.py
index 13e90e1732171b9346979a03fb9ba78d75488752..90cc6e7eb7d4402eaee19e5963bb48347610ddbb 100755
--- a/web/web.py
+++ b/web/web.py
@@ -61,6 +61,7 @@ class Toolchain(object):
# Install NPM deps from "package.json".
def install_npm_deps():
tc.npm('install', cwd=web_dir)
+ tc.npm('prune', cwd=web_dir)
cls._call_if_outdated(
install_npm_deps,
os.path.join(web_dir, '.npm.installed'),
« no previous file with comments | « web/package.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698