mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-21 01:01:05 +08:00
0cf93e50b8
* Add executable permission to scripts/*.sh * Set -eu to the shebang in /scripts/*.sh * Fix client/python/scripts/*.sh
11 lines
138 B
Bash
Executable File
11 lines
138 B
Bash
Executable File
#!/bin/bash -eu
|
|
|
|
cd "$(dirname ${0})/.."
|
|
source scripts/helpers.sh
|
|
|
|
pnpm_required
|
|
|
|
echo "Building the website..."
|
|
cd js/_website
|
|
pnpm dev
|