aboutsummaryrefslogtreecommitdiff
path: root/update_dep.bat
blob: 5de4c3e1d0c03a36f318dc042513e697102f14b2 (plain) (blame)
1
2
3
4
5
6
@echo off
title Installing/Updating Dependencies
git pull
npm install
pause
exit