gradio/scripts/build_frontend.sh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
198 B
Bash
Raw Normal View History

#!/bin/bash
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