summaryrefslogtreecommitdiff
path: root/update_dep.bat
diff options
context:
space:
mode:
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