AleeBot/update_dep.bat

6 lines
88 B
Batchfile

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