File size: 202 Bytes
a03b3ba
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash -eu

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