소스 검색

Don't install devDependencies in production

Gaël Métais 11 년 전
부모
커밋
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
 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