Selaa lähdekoodia

Don't install devDependencies in production

Gaël Métais 10 vuotta sitten
vanhempi
commit
bcbcdb050a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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