From 831d26710667bde2dafeaa6511b582a2f2cd9a55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Fri, 5 Sep 2014 16:12:53 +0200 Subject: [PATCH] Add bower and npm update in update script --- server_config/server_update.sh | 4 ++++ 1 file changed, 4 insertions(+) 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