mirror of
https://github.com/gradio-app/gradio.git
synced 2025-02-05 11:10:03 +08:00
12 lines
176 B
Bash
Executable File
12 lines
176 B
Bash
Executable File
#!/bin/bash -eu
|
|
|
|
cd "$(dirname ${0})/.."
|
|
source scripts/helpers.sh
|
|
|
|
pnpm_required
|
|
|
|
rm -rf gradio/_frontend_code
|
|
rm -rf gradio/templates/*
|
|
|
|
pnpm --filter @gradio/app build:lite
|