fix publish build (#8140)

* fix publish build

* add changeset

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
This commit is contained in:
pngwn 2024-04-26 13:38:53 +01:00 committed by GitHub
parent c452acb0f6
commit 0d41b221dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 1 deletions

View File

@ -0,0 +1,6 @@
---
"@gradio/preview": patch
"gradio": patch
---
fix:fix publish build

View File

@ -23,7 +23,7 @@ jobs:
always_install_pnpm: true
node_auth_token: ${{ secrets.NPM_TOKEN }}
npm_token: ${{ secrets.NPM_TOKEN }}
skip_build: 'true'
skip_build: 'false'
- name: Build packages
run: |
. venv/bin/activate