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