From b3247a6a97a4e644d446bcea6631cf610bb63291 Mon Sep 17 00:00:00 2001 From: Siddharth Date: Sat, 7 Mar 2026 18:32:46 -0800 Subject: [PATCH] update ci check --- .github/workflows/ci.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eed57ff..b2b04db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,3 +30,15 @@ jobs: cache: npm - run: npm ci - run: npx tsc --noEmit + + build: + name: Build + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 + with: + node-version: 22 + cache: npm + - run: npm ci + - run: npx vite build