Chromium Code Reviews| 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'), |