my_gradio / scripts /format_frontend.sh
xray918's picture
Upload folder using huggingface_hub
0ad74ed verified
raw
history blame contribute delete
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