diff options
| author | Alee14 <Alee14498@gmail.com> | 2018-05-03 08:20:53 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-03 08:20:53 -0400 |
| commit | 6bcafb9f3833943260bb332922b8fb4bfc137241 (patch) | |
| tree | c17c63fe0d2a87c9ae9708abac43d75104450f2b /update_dep.bat | |
| parent | b17bd4033cd1f9db997b5619bde85af3ba4ce9a7 (diff) | |
| download | AleeBot-6bcafb9f3833943260bb332922b8fb4bfc137241.tar.gz AleeBot-6bcafb9f3833943260bb332922b8fb4bfc137241.tar.bz2 AleeBot-6bcafb9f3833943260bb332922b8fb4bfc137241.zip | |
Added git pull to update_dep.bat
Diffstat (limited to 'update_dep.bat')
| -rw-r--r-- | update_dep.bat | 3 |
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 |
