gtp-final / gradio /scripts /format_frontend.sh
calvesca's picture
Upload folder using huggingface_hub
0bd62e5 verified
raw
history blame contribute delete
212 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