aboutsummaryrefslogtreecommitdiff
path: root/update_dep.bat
diff options
context:
space:
mode:
Diffstat (limited to 'update_dep.bat')
-rw-r--r--update_dep.bat6
1 files changed, 0 insertions, 6 deletions
diff --git a/update_dep.bat b/update_dep.bat
deleted file mode 100644
index a90f20d..0000000
--- a/update_dep.bat
+++ /dev/null
@@ -1,6 +0,0 @@
-@echo off
-title Installing/Updating Dependencies
-git pull
-yarn install
-pause
-exit