aboutsummaryrefslogtreecommitdiff
path: root/update_dep.bat
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-01-02 14:32:10 -0500
committerAndrew Lee <alee14498@protonmail.com>2020-01-02 14:32:10 -0500
commita3dde2674a3cfc0568ed74a51ba0948cf5559258 (patch)
treef5e90245b5a3eb8ae62ba73134814a038314f4f4 /update_dep.bat
parentdcd4a1ae040862d3bad7d226eee44cd479de2c99 (diff)
downloadAleeBot-a3dde2674a3cfc0568ed74a51ba0948cf5559258.tar.gz
AleeBot-a3dde2674a3cfc0568ed74a51ba0948cf5559258.tar.bz2
AleeBot-a3dde2674a3cfc0568ed74a51ba0948cf5559258.zip
Service status, updating readme files
Diffstat (limited to 'update_dep.bat')
-rw-r--r--update_dep.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_dep.bat b/update_dep.bat
index 26c9f44..a90f20d 100644
--- a/update_dep.bat
+++ b/update_dep.bat
@@ -1,6 +1,6 @@
@echo off
title Installing/Updating Dependencies
git pull
-npm install --save
+yarn install
pause
exit