feat: Loon 排除 XTLS; 切换使用 esbuild 打包

This commit is contained in:
xream
2025-01-13 16:02:45 +08:00
parent fc66309a0f
commit fcef8e755e
3 changed files with 13 additions and 12 deletions

View File

@@ -27,18 +27,18 @@ jobs:
run: |
npm install -g pnpm
cd backend && pnpm i --no-frozen-lockfile
- name: Test
run: |
cd backend
pnpm test
- name: Build
run: |
cd backend
pnpm run build
# - name: Test
# run: |
# cd backend
# pnpm test
# - name: Build
# run: |
# cd backend
# pnpm run build
- name: Bundle
run: |
cd backend
pnpm run bundle
pnpm bundle:esbuild
- id: tag
name: Generate release tag
run: |