Skip to content

Commit ea9d24b

Browse files
committed
chore(npm): move tsd update to post install and add tsd version to devDependencies
1 parent 5408abc commit ea9d24b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
"url": "https://github.com/angular/angular.git"
2121
},
2222
"scripts": {
23-
"preinstall": "npm install tsd && tsd update --config modules/angular2/tsd.json && tsd update --config tools/tsd.json",
24-
"postinstall": "webdriver-manager update && bower install && gulp pubget.dart",
23+
"postinstall": "webdriver-manager update && bower install && gulp pubget.dart && tsd update --config modules/angular2/tsd.json && tsd update --config tools/tsd.json",
2524
"test": "gulp test.all.js && gulp test.all.dart"
2625
},
2726
"dependencies": {
@@ -98,6 +97,7 @@
9897
"ternary-stream": "^1.2.3",
9998
"through2": "^0.6.1",
10099
"ts2dart": "^0.3.0",
100+
"tsd": "^0.5.7",
101101
"typescript": "alexeagle/TypeScript#93dbbe2a2d0b42cefd02ac949e4bc8ab6b5b5823",
102102
"vinyl": "^0.4.6",
103103
"walk-sync": "^0.1.3",

0 commit comments

Comments
 (0)