From a8ca5b37f865452eb65b803fcfd70d71bb5cdb95 Mon Sep 17 00:00:00 2001 From: Tobias Klemp Date: Sat, 6 Dec 2025 01:39:53 +0100 Subject: [PATCH] test --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 0cc1442..0bac3dc 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: run: bun install --frozen-lockfile - name: Build application - run: bun run build + run: bun --bun run build - name: Run type checking run: bun run check