Don't install devDependencies in production

This commit is contained in:
Gaël Métais
2014-09-04 17:33:28 +02:00
parent c76711314a
commit bcbcdb050a
+1 -1
View File
@@ -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