npm: invoke webdriver-manager update after install

This commit is contained in:
Igor Minar 2016-05-25 16:51:30 -07:00
parent b9347eb01c
commit a20639558b
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
"url": "https://github.com/angular/angular.git"
},
"scripts": {
"postinstall": "node tools/npm/copy-npm-shrinkwrap"
"postinstall": "node tools/npm/copy-npm-shrinkwrap; webdriver-manager update"
},
"dependencies": {
"es6-shim": "^0.35.0",