filo_caspar/install_run.bat

9 lines
92 B
Batchfile
Raw Normal View History

2018-06-26 18:35:12 +00:00
git pull
npm install
npm run build
npm start | bunyan
echo.
echo EXITED
echo.
PAUSE