mirror of
https://github.com/gradio-app/gradio.git
synced 2025-04-06 12:30:29 +08:00
ensure @gradio/preview dist files are published (#8142)
* fix build again * add changeset --------- Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
This commit is contained in:
parent
020c65e8e1
commit
44eb8ac6c3
6
.changeset/slick-buses-bake.md
Normal file
6
.changeset/slick-buses-bake.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
"@gradio/preview": patch
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:ensure @gradio/preview dist files are published
|
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
run: |
|
||||
. venv/bin/activate
|
||||
pip install build
|
||||
pnpm --filter @gradio/client --filter @gradio/lite build
|
||||
pnpm --filter @gradio/client --filter @gradio/lite --filter @gradio/preview build
|
||||
- name: create and publish versions
|
||||
id: changesets
|
||||
uses: changesets/action@v1
|
||||
|
Loading…
x
Reference in New Issue
Block a user