From 575ab4f1d1f7c7d5093d02b7e7b329cce3d7079c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Sat, 16 Nov 2024 12:57:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=89=93=E5=8C=85=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 6 ++++++ .github/workflows/release.yml | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f62e7361..26df38c9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,6 +25,9 @@ jobs: - name: Build NuCat Framework run: | npm i + cd napcat.webui + npm i + cd .. npm run build:framework cd dist npm i --omit=dev @@ -52,6 +55,9 @@ jobs: - name: Build NuCat LiteLoader run: | npm i + cd napcat.webui + npm i + cd .. npm run build:shell cd dist npm i --omit=dev diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 23c7d252..a76fcff2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,6 +49,9 @@ jobs: - name: Build NuCat Framework run: | npm i + cd napcat.webui + npm i + cd .. npm run build:framework cd dist npm i --omit=dev @@ -78,6 +81,9 @@ jobs: - name: Build NuCat Shell run: | npm i + cd napcat.webui + npm i + cd .. npm run build:shell cd dist npm i --omit=dev