aboutsummaryrefslogtreecommitdiff
path: root/update_dep.bat
diff options
context:
space:
mode:
Diffstat (limited to 'update_dep.bat')
-rw-r--r--update_dep.bat3
1 files changed, 2 insertions, 1 deletions
diff --git a/update_dep.bat b/update_dep.bat
index 1b97c9d..5de4c3e 100644
--- a/update_dep.bat
+++ b/update_dep.bat
@@ -1,5 +1,6 @@
@echo off
title Installing/Updating Dependencies
+git pull
npm install
pause
-exit \ No newline at end of file
+exit