mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 16:38:19 +01:00
fix: staging bundle
This commit is contained in:
parent
78eaa5478c
commit
2f46e75659
4
.github/workflows/staging.yml
vendored
4
.github/workflows/staging.yml
vendored
|
|
@ -23,6 +23,10 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
bun install
|
bun install
|
||||||
|
|
||||||
|
- name: Build dist
|
||||||
|
run: |
|
||||||
|
bun run build
|
||||||
|
|
||||||
- name: Bundle
|
- name: Bundle
|
||||||
run: |
|
run: |
|
||||||
mkdir bundle
|
mkdir bundle
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue