Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#!/bin/bash
cd "$(dirname ${0})/.."
source scripts/helpers.sh
pnpm_required
echo "Building the frontend..."
pnpm i --frozen-lockfile
pnpm build