Explorar o código

Don't install devDependencies in production

Gaël Métais %!s(int64=11) %!d(string=hai) anos
pai
achega
bcbcdb050a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      server_config/server_install.sh

+ 1 - 1
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