fix(build): use correct tsd command to get typings at requested versions

This commit is contained in:
Alex Eagle 2015-04-29 11:43:28 -07:00
parent b5032fd374
commit 1205f54d01
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
"url": "https://github.com/angular/angular.git"
},
"scripts": {
"postinstall": "webdriver-manager update && bower install && gulp pubget.dart && tsd update --config modules/angular2/tsd.json && tsd update --config tools/tsd.json",
"postinstall": "webdriver-manager update && bower install && gulp pubget.dart && tsd reinstall --config modules/angular2/tsd.json && tsd reinstall --config tools/tsd.json",
"test": "gulp test.all.js && gulp test.all.dart"
},
"dependencies": {