r2/npm-install.sh
lightings 4c647507d2 init
2023-03-27 17:26:02 +08: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 ============'