build: v2.0.0 fast test

This commit is contained in:
手瓜一十雪 2024-08-12 01:14:38 +08:00
parent a0fbb0f861
commit 3b43bba4a0
2 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ jobs:
- name: Build NuCat LiteLoader
run: |
npm i
npm run build:prod
npm run build:liteloader
cd dist
npm i --omit=dev
cd ..
@ -50,7 +50,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20.x
- name: Build NuCat Linux
- name: Build NuCat LiteLoader
run: |
npm i
npm run build:shell

View File

@ -78,7 +78,7 @@ jobs:
- name: Build NuCat Shell
run: |
npm i
npm run build:prod
npm run build:Shell
cd dist
npm i --omit=dev
cd ..