AleeBot/update_dep.bat

6 lines
81 B
Batchfile

@echo off
title Installing/Updating Dependencies
git pull
npm install
pause
exit