npm-install.sh 196 B

12345
  1. cd ./game-server && npm install -d
  2. echo '============ game-server npm installed ============'
  3. cd ..
  4. cd ./web-server && npm install -d
  5. echo '============ web-server npm installed ============'