gradio / scripts /format_frontend.sh
mindmime's picture
Upload folder using huggingface_hub
a03b3ba verified
raw
history blame
201 Bytes
#!/bin/bash -eu
cd "$(dirname ${0})/.."
source scripts/helpers.sh
pnpm_required
echo "Formatting the frontend... Also we'll do type checking with TypeScript."
pnpm i
pnpm format:write
pnpm ts:check