2
0
mirror of https://github.com/gradio-app/gradio.git synced 2025-04-18 12:50:30 +08:00
2025-02-17 17:11:27 -08:00

12 lines
219 B
Batchfile

@echo off
setlocal EnableDelayedExpansion
:: Change to parent directory of script location
cd /d "%~dp0.."
:: Check for pnpm
call scripts\helpers.bat pnpm_required
echo Building the website...
cd js/_website
pnpm dev