diff --git a/.gitea/workflows/pr-checks.yml b/.gitea/workflows/pr-checks.yml index 589747f..b04af5c 100644 --- a/.gitea/workflows/pr-checks.yml +++ b/.gitea/workflows/pr-checks.yml @@ -28,6 +28,9 @@ jobs: - name: Install dependencies run: bun install --frozen-lockfile + - name: Generate SvelteKit files + run: bun run prepare + - name: Lint run: bun run lint