From 88532f615713f283bcb8939140d1e60247877cfe Mon Sep 17 00:00:00 2001 From: Carlos Iriarte Date: Fri, 6 May 2016 16:20:48 -0600 Subject: [PATCH] Install typings on prepublish --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7fa39e4..ea24a71 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "angular2 file upload directives", "scripts": { "deploy": "NODE_ENV=production webpack -p --progress --color --optimize-minimize --optimize-dedupe --optimize-occurence-order", - "prepublish": "gulp clean && tsc", + "prepublish": "gulp clean && ./node_modules/.bin/typings install && tsc", "server": "webpack-dev-server --hot --inline --colors --display-error-details --display-cached", "start": "npm run server", "test": "gulp lint"