From 1205f54d01aa8a5700843de7a9c3e311bbea1739 Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Wed, 29 Apr 2015 11:43:28 -0700 Subject: [PATCH] fix(build): use correct tsd command to get typings at requested versions --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ac119d3707..fbbd9a3e5b 100644 --- a/package.json +++ b/package.json @@ -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": {