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:
parent
f2585ae08b
commit
675ebea846
4
.github/workflows/publish-npm.yml
vendored
4
.github/workflows/publish-npm.yml
vendored
|
|
@ -107,8 +107,8 @@ jobs:
|
|||
# - name: Run tests
|
||||
# run: bun test
|
||||
|
||||
- name: Build for publish (Vite)
|
||||
run: bun run build:vite
|
||||
- name: Build for publish
|
||||
run: bun run build
|
||||
|
||||
- name: Publish to npm
|
||||
if: ${{ github.event.inputs.dry_run != 'true' }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user