From bcbcdb050a2b7c82c5429df4f919996260833b6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Thu, 4 Sep 2014 17:33:28 +0200 Subject: [PATCH] Don't install devDependencies in production --- server_config/server_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server_config/server_install.sh b/server_config/server_install.sh index f3843e6..0233f5a 100644 --- a/server_config/server_install.sh +++ b/server_config/server_install.sh @@ -21,7 +21,7 @@ sudo chown $USER /space cd /space git clone https://github.com/gmetais/YellowLabTools.git --branch master cd YellowLabTools -npm install +npm install --production bower install --config.interactive=false --allow-root # Start the server