From 3455afe3960bbb6796e36f8ae4da7f3219599259 Mon Sep 17 00:00:00 2001 From: Shaun Campbell Date: Fri, 20 Feb 2026 22:19:54 -0500 Subject: [PATCH] ci) run svelte-kit sync before tests --- .gitea/workflows/pr-checks.yml | 3 +++ 1 file changed, 3 insertions(+) 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