From 369a9e2a283fa12d84a5e7c587cbd0da7a32cdec Mon Sep 17 00:00:00 2001 From: dgflash Date: Thu, 21 Nov 2024 11:48:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0update-oops-plugin-excel-to-j?= =?UTF-8?q?son=E8=84=9A=E6=9C=AC=E8=87=AA=E5=8A=A8=E4=B8=8B=E8=BD=BDnpm?= =?UTF-8?q?=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- update-oops-plugin-excel-to-json.bat | 4 +++- update-oops-plugin-excel-to-json.sh | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/update-oops-plugin-excel-to-json.bat b/update-oops-plugin-excel-to-json.bat index 1ed01cc..f4efb04 100644 --- a/update-oops-plugin-excel-to-json.bat +++ b/update-oops-plugin-excel-to-json.bat @@ -12,4 +12,6 @@ git clone -b master https://gitee.com/dgflash/oops-plugin-excel-to-json.git :update cd oops-plugin-excel-to-json -git pull \ No newline at end of file +git pull + +npm install \ No newline at end of file diff --git a/update-oops-plugin-excel-to-json.sh b/update-oops-plugin-excel-to-json.sh index 5b1cf2e..6bfcda1 100644 --- a/update-oops-plugin-excel-to-json.sh +++ b/update-oops-plugin-excel-to-json.sh @@ -9,3 +9,5 @@ else cd oops-plugin-excel-to-json git pull fi + +npm install \ No newline at end of file