Add bower and npm update in update script

This commit is contained in:
Gaël Métais
2014-09-05 16:12:53 +02:00
parent 85654aa7a8
commit 831d267106
+4
View File
@@ -10,5 +10,9 @@ git stash
git pull
git stash pop
# In case something was added in package.json or bower.json
npm install --production
bower install --config.interactive=false --allow-root
# Restart the server
forever start -c "node --stack-size=65500" server.js