r2/npm-install.bat
lightings 4c647507d2 init
2023-03-27 17:26:02 +08:00

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