Преглед изворни кода

Don't install devDependencies in production

Gaël Métais пре 10 година
родитељ
комит
bcbcdb050a
1 измењених фајлова са 1 додато и 1 уклоњено
  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
 cd /space
 git clone https://github.com/gmetais/YellowLabTools.git --branch master
 git clone https://github.com/gmetais/YellowLabTools.git --branch master
 cd YellowLabTools
 cd YellowLabTools
-npm install
+npm install --production
 bower install --config.interactive=false --allow-root
 bower install --config.interactive=false --allow-root
 
 
 # Start the server
 # Start the server