FEA-Bench / testbed /gradio-app__gradio /scripts /format_frontend.sh
hc99's picture
Add files using upload-large-folder tool
8766bc5 verified
raw
history blame
197 Bytes
#!/bin/bash
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