From 724bd9e4e7b0ba34b83c2e87f16c2f9f075bc363 Mon Sep 17 00:00:00 2001 From: fofolee Date: Thu, 8 May 2025 19:18:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=9E=84=E5=BB=BA=E5=92=8C?= =?UTF-8?q?=E5=BC=80=E5=8F=91=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 4 ++++ dev.sh | 4 ++++ 2 files changed, 8 insertions(+) create mode 100755 build.sh create mode 100755 dev.sh diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..f78339c --- /dev/null +++ b/build.sh @@ -0,0 +1,4 @@ +#!/bin/sh +git pull +cd plugin && npm i && cd .. && npm i +quasar build diff --git a/dev.sh b/dev.sh new file mode 100755 index 0000000..5c12fe5 --- /dev/null +++ b/dev.sh @@ -0,0 +1,4 @@ +#!/bin/sh +git pull +cd plugin && npm i && cd .. && npm i +quasar dev