From 33b4faa28356190f401e4fa20af78014ddf33d5d Mon Sep 17 00:00:00 2001 From: saravanakumardb1 Date: Sun, 29 Mar 2026 10:50:55 -0700 Subject: [PATCH] ci: update CI/CD configuration --- .gitea/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 6340c47..c2f875f 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -37,6 +37,9 @@ jobs: - name: Backend tests run: pnpm --filter @chronomind/backend run test + - name: Backend build + run: pnpm --filter @chronomind/backend run build + web: name: Web — typecheck + lint + test + build runs-on: ubuntu-latest