From c36c7c4550aaf6029514a711cd1067258b994b55 Mon Sep 17 00:00:00 2001 From: Michal Niewrzal Date: Wed, 12 Oct 2016 11:09:21 +0200 Subject: [PATCH] Add typings install postinstall step #20 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ad80295..23f059a 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "scripts": { "compile": "tsc -p .", "watch": "tsc -w -p .", - "postinstall": "node ./node_modules/vscode/bin/install && typings prune && typings install", + "postinstall": "node ./node_modules/vscode/bin/install && typings prune && typings install && node_modules/.bin/typings install", "lint": "tslint -c tslint.json \"src/**/*.ts\"" }, "devDependencies": {