From f8b0f6bd4ce1897c87b8349080ca82560ee354bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Thu, 31 Mar 2016 12:20:53 +0200 Subject: [PATCH] Pull type definition files in the post install phase. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index a2d7dba7..cb0f10ea 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,7 @@ "typescript": "^1.8.9" }, "scripts": { + "postinstall": "typings install", "lint": "tslint **/*.ts" } }