Add typings install postinstall step #20

pull/22/head
Michal Niewrzal 2016-10-12 11:09:21 +02:00 committed by GitHub
parent cf4fa3ead0
commit c36c7c4550
1 changed files with 1 additions and 1 deletions

View File

@ -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": {