my_gradio / scripts /build_frontend.sh
xray918's picture
Upload folder using huggingface_hub
0ad74ed verified
raw
history blame contribute delete
202 Bytes
#!/bin/bash -eu
cd "$(dirname ${0})/.."
source scripts/helpers.sh
pnpm_required
python scripts/generate_theme.py
echo "Building the frontend..."
pnpm i --frozen-lockfile --ignore-scripts
pnpm build