Pull type definition files in the post install phase.

This commit is contained in:
László Monda
2016-03-31 12:20:53 +02:00
parent 49e804ea6d
commit f8b0f6bd4c

View File

@@ -26,6 +26,7 @@
"typescript": "^1.8.9" "typescript": "^1.8.9"
}, },
"scripts": { "scripts": {
"postinstall": "typings install",
"lint": "tslint **/*.ts" "lint": "tslint **/*.ts"
} }
} }