npm: invoke webdriver-manager update after install
This commit is contained in:
parent
b9347eb01c
commit
a20639558b
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue