Files
ZYZ/npm-install.sh
2021-01-14 10:28:35 +08:00

11 lines
312 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 ============'
cd ..