mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-27 01:40:20 +08:00
acec00f60b
* only run post deployment link on PRs * add check for chromatic token job * replace deprecated set-output with github_env * tweak * add turbosnap config for vite * sb tweak * remove (incompatible) turbosnap * remove redundant flag * remove turbosnap
13 lines
181 B
Bash
13 lines
181 B
Bash
#!/bin/bash
|
|
|
|
cd "$(dirname ${0})/.."
|
|
source scripts/helpers.sh
|
|
|
|
pnpm_required
|
|
|
|
python scripts/generate_theme.py
|
|
|
|
echo "Building the frontend..."
|
|
pnpm i --frozen-lockfile
|
|
pnpm build
|