ci(publish-npm): switch from vite build to default build

Replace bun run build:vite with bun run build in the publish workflow.

Signed-off-by: 林凯90331 <90331@sangfor.com>

Co-authored-by: CoStrict <zgsm@sangfor.com.cn>
This commit is contained in:
林凯90331 2026-05-15 11:14:12 +08:00
parent f2585ae08b
commit 675ebea846

View File

@ -107,8 +107,8 @@ jobs:
# - name: Run tests # - name: Run tests
# run: bun test # run: bun test
- name: Build for publish (Vite) - name: Build for publish
run: bun run build:vite run: bun run build
- name: Publish to npm - name: Publish to npm
if: ${{ github.event.inputs.dry_run != 'true' }} if: ${{ github.event.inputs.dry_run != 'true' }}