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