4 lines
166 B
Batchfile
4 lines
166 B
Batchfile
::npm-install.bat
|
|
@echo off
|
|
::install web server dependencies && game server dependencies
|
|
cd web-server && npm install -d && cd .. && cd game-server && npm install -d |