filo_caspar/install_run.bat

8 lines
84 B
Batchfile

git pull
npm install
npm run prod-run | bunyan
echo.
echo EXITED
echo.
PAUSE