Skip to content

Commit

Permalink
build(npm): trigger tsd install from npm postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorMinar committed May 25, 2016
1 parent 2ab1085 commit e26e4f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e26e4f9

Please sign in to comment.