mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-16 04:45:46 +00:00
build: v2.0.0 fast test
This commit is contained in:
parent
a0fbb0f861
commit
3b43bba4a0
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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
|
||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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 ..
|
||||
|
Loading…
Reference in New Issue
Block a user