filo_caspar/update_run.bat

9 lines
113 B
Batchfile
Raw Normal View History

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