mirror of
https://github.com/gradio-app/gradio.git
synced 2025-04-06 12:30:29 +08:00
Fix js build (#9735)
* skip fe build in js tests * more fix * fix again
This commit is contained in:
parent
199160eb20
commit
f118587c25
@ -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'
|
||||
|
2
.github/workflows/tests-js.yml
vendored
2
.github/workflows/tests-js.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user