hc99's picture
Add files using upload-large-folder tool
8766bc5 verified
raw
history blame
198 Bytes
#!/bin/bash
cd "$(dirname ${0})/.."
source scripts/helpers.sh
pnpm_required
python scripts/generate_theme.py
echo "Building the frontend..."
pnpm i --frozen-lockfile --ignore-scripts
pnpm build