aboutsummaryrefslogtreecommitdiff
path: root/update_dep.bat
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-06-24 09:35:34 -0400
committerAlee <alee14498@gmail.com>2018-06-24 09:35:34 -0400
commite185d2278a07aa42714eaf47153abfaffc2e2cd8 (patch)
treee822491a58d151c5d66ed3e6384d687a8807ab0f /update_dep.bat
parentd4cf8223b9685a4ca95f95489e11e9ccfe600c36 (diff)
downloadAleeBot-e185d2278a07aa42714eaf47153abfaffc2e2cd8.tar.gz
AleeBot-e185d2278a07aa42714eaf47153abfaffc2e2cd8.tar.bz2
AleeBot-e185d2278a07aa42714eaf47153abfaffc2e2cd8.zip
Fixes the daily command and added the pay command
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 5de4c3e..26c9f44 100644
--- a/update_dep.bat
+++ b/update_dep.bat
@@ -1,6 +1,6 @@
@echo off
title Installing/Updating Dependencies
git pull
-npm install
+npm install --save
pause
exit