* fix

* fix

* fix
This commit is contained in:
pngwn 2023-06-29 15:33:32 +01:00 committed by GitHub
parent c0baeb4d1c
commit f082dd6e63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View File

@ -26,6 +26,7 @@ jobs:
run: |
. venv/bin/activate
pip install build
pnpm css
pnpm --filter @gradio/client --filter @gradio/lite build
- name: create and publish versions
id: changesets

View File

@ -12,7 +12,7 @@
"pybuild:gradio": "cd ../../ && rm -rf gradio/templates/frontend && python -m build",
"pybuild:gradio-client": "cd ../../client/python && python -m build",
"pybuild": "run-p pybuild:*",
"build:lite": "pnpm pybuild && vite build --mode production:lite --emptyOutDir",
"build:lite": "pnpm pybuild && pnpm --filter @gradio/wasm build && vite build --mode production:lite --emptyOutDir",
"preview": "vite preview",
"test:snapshot": "pnpm exec playwright test snapshots/ --config=../../.config/playwright.config.js",
"test:browser": "pnpm exec playwright test test/ --config=../../.config/playwright.config.js",
@ -57,4 +57,4 @@
"msw": {
"workerDirectory": "public"
}
}
}

View File

@ -93,4 +93,4 @@
".."
]
}
}
}