skip fe build in js tests (#9734)

* skip fe build in js tests

* more fix
This commit is contained in:
pngwn 2024-10-16 22:47:20 +01:00 committed by GitHub
parent ed1a587e87
commit 199160eb20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,12 +49,14 @@ jobs:
- uses: actions/checkout@v4
- name: install dependencies
uses: "gradio-app/gradio/.github/actions/install-frontend-deps@main"
with:
skip_build: true
- name: build client
run: pnpm --filter @gradio/client build
- name: build the wasm module
run: pnpm --filter @gradio/wasm build
- name: format check
run: pnpm format:check
run: pnpm package && pnpm format:check
- name: lint
run: pnpm lint
- name: typecheck