Files
ZYZ/npm-install.sh
2020-09-22 11:09:15 +08:00

10 lines
306 B
Bash

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