diff --git a/server_config/server_update.sh b/server_config/server_update.sh index 7d06b15..b783f48 100755 --- a/server_config/server_update.sh +++ b/server_config/server_update.sh @@ -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 \ No newline at end of file