build(npm): short-circuit npm install if node_modules are healthy

Closes #8627
This commit is contained in:
Pawel Kozlowski
2016-05-13 01:01:33 +02:00
parent 4ddf5536b4
commit 05266241af
4 changed files with 3 additions and 18 deletions
-1
View File
@@ -15,7 +15,6 @@
"url": "https://github.com/angular/angular.git"
},
"scripts": {
"preinstall": "node tools/npm/check-node-modules",
"postinstall": "node tools/npm/copy-npm-shrinkwrap"
},
"dependencies": {