Skip to content

refactor(ui): complete barrel export with all 41 UI components #27

refactor(ui): complete barrel export with all 41 UI components

refactor(ui): complete barrel export with all 41 UI components #27

Workflow file for this run

name: Deploy to Vercel
on:
push:
branches: [main]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
- run: npm ci
- run: npm run build