From a46e55e4fc259ff659cea68ceb3eae54b67f7e2f Mon Sep 17 00:00:00 2001 From: Sebastian Klemp Date: Sun, 7 Dec 2025 13:41:14 +0100 Subject: [PATCH] fix: active bun build app step --- .gitea/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index b79f33e..bb1d3ef 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -29,8 +29,8 @@ jobs: # - name: Install dependencies # run: npm ci - # - name: Build app - # run: npm run build + - name: Build app + run: bun --bun run build # - name: Run type checking # run: bun --bun run check