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"