AleeBot/update_dep.bat

7 lines
81 B
Batchfile
Raw Normal View History

2018-04-20 16:58:07 -04:00
@echo off
title Installing/Updating Dependencies
2018-05-03 08:20:53 -04:00
git pull
2018-04-20 16:58:07 -04:00
npm install
2018-04-20 16:59:37 -04:00
pause
2018-05-03 08:20:53 -04:00
exit