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