filo_caspar/update_run.bat

9 lines
106 B
Batchfile
Raw Normal View History

2018-06-26 19:29:17 +00:00
git pull
2018-06-26 19:19:38 +00:00
CALL npm install
CALL npm run build
CALL npm run start:win
echo.
echo EXITED
echo.
PAUSE