build(npm): trigger tsd install from npm postinstall

This commit is contained in:
Igor Minar 2016-05-25 08:24:59 -07:00
parent 2ab1085dfb
commit e26e4f922e
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; tsd reinstall --overwrite --clean --config ./tsd.json"
},
"dependencies": {
"es6-shim": "^0.35.0",