ci: simplify build command

This commit is contained in:
鲁树人
2025-05-09 06:03:48 +09:00
parent 1676f9f095
commit 25aec6b199
3 changed files with 10 additions and 9 deletions

View File

@@ -32,14 +32,8 @@ jobs:
- name: Test
run: npm test
- name: Build legacy
run: ./scripts/build-and-package.sh legacy
- name: Build extension
run: ./scripts/build-and-package.sh extension
- name: Build modern
run: ./scripts/build-and-package.sh modern
- name: Build all variants
run: npm run build:all
- name: Publish artifact
uses: christopherhx/gitea-upload-artifact@v4