diff --git a/package.json b/package.json index 492a0e8..d7fab9f 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,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": {