Added pre-start and pre-install script to update environment

This commit is contained in:
Marco Bettiolo 2014-05-19 23:18:46 +01:00
parent 1f323723d3
commit 94dee99348
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@
"npm": "*"
},
"scripts": {
"preinstall" : "npm update npm -g && npm update -g",
"prestart": "npm install",
"start": "nodemon --ignore node_modules/ server.js"
},
"repository": {