node-poker-stack/npm-install.sh
2015-03-20 14:21:44 -07:00

6 lines
196 B
Bash

cd ./game-server && npm install -d
echo '============ game-server npm installed ============'
cd ..
cd ./web-server && npm install -d
echo '============ web-server npm installed ============'