filo_caspar/install_run.bat

9 lines
92 B
Batchfile

git pull
npm install
npm run build
npm start | bunyan
echo.
echo EXITED
echo.
PAUSE