aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2018-05-03 08:20:53 -0400
committerGitHub <noreply@github.com>2018-05-03 08:20:53 -0400
commit6bcafb9f3833943260bb332922b8fb4bfc137241 (patch)
treec17c63fe0d2a87c9ae9708abac43d75104450f2b
parentb17bd4033cd1f9db997b5619bde85af3ba4ce9a7 (diff)
downloadAleeBot-6bcafb9f3833943260bb332922b8fb4bfc137241.tar.gz
AleeBot-6bcafb9f3833943260bb332922b8fb4bfc137241.tar.bz2
AleeBot-6bcafb9f3833943260bb332922b8fb4bfc137241.zip
Added git pull 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