node-poker-stack/npm-install.bat
2015-03-20 14:21:44 -07: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