Fix js build (#9735)

* skip fe build in js tests

* more fix

* fix again
This commit is contained in:
pngwn 2024-10-16 22:55:21 +01:00 committed by GitHub
parent 199160eb20
commit f118587c25
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View File

@ -33,6 +33,9 @@ runs:
- name: Build Css
shell: bash
run: pnpm css
- name: Create packages
shell: bash
run: pnpm package
- name: Build frontend
if: inputs.skip_build == 'false'
# && steps.frontend-cache.outputs.cache-hit != 'true'

View File

@ -56,7 +56,7 @@ jobs:
- name: build the wasm module
run: pnpm --filter @gradio/wasm build
- name: format check
run: pnpm package && pnpm format:check
run: pnpm format:check
- name: lint
run: pnpm lint
- name: typecheck