11 lines
312 B
Bash
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 ..
|