build(npm): trigger tsd install from npm postinstall
This commit is contained in:
parent
2ab1085dfb
commit
e26e4f922e
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue