ci: update CI/CD configuration

This commit is contained in:
saravanakumardb1 2026-03-29 10:50:55 -07:00
parent 9b574b1a2c
commit 33b4faa283

View File

@ -37,6 +37,9 @@ jobs:
- name: Backend tests - name: Backend tests
run: pnpm --filter @chronomind/backend run test run: pnpm --filter @chronomind/backend run test
- name: Backend build
run: pnpm --filter @chronomind/backend run build
web: web:
name: Web — typecheck + lint + test + build name: Web — typecheck + lint + test + build
runs-on: ubuntu-latest runs-on: ubuntu-latest