fix: workflow
Some checks failed
Build Action / Build-LiteLoader (push) Failing after 3m25s
Build Action / Build-Shell (push) Failing after 2m52s

This commit is contained in:
pk5ls20 2024-11-17 06:24:58 +08:00
parent f913e0b027
commit f74ef273de
No known key found for this signature in database
GPG Key ID: 6370ED7A169F493A

View File

@ -18,7 +18,7 @@ jobs:
node-version: 20.x node-version: 20.x
- name: Build NapCat.Framework - name: Build NapCat.Framework
run: | run: |
npm i npm i && cd napcat.webui && npm i && cd ..
npm run build:framework && npm run depend npm run build:framework && npm run depend
rm package-lock.json rm package-lock.json
- name: Upload Artifact - name: Upload Artifact
@ -37,7 +37,7 @@ jobs:
node-version: 20.x node-version: 20.x
- name: Build NapCat.Shell - name: Build NapCat.Shell
run: | run: |
npm i npm i && cd napcat.webui && npm i && cd ..
npm run build:shell && npm run depend npm run build:shell && npm run depend
rm package-lock.json rm package-lock.json
- name: Upload Artifact - name: Upload Artifact