AleeBot/update_dep.bat

5 lines
71 B
Batchfile
Raw Normal View History

2018-04-20 16:58:07 -04:00
@echo off
title Installing/Updating Dependencies
npm install
2018-04-20 16:59:37 -04:00
pause
2018-04-20 16:58:07 -04:00
exit