Skip to content

FIX: same shadcn theme in web & UI package #13

FIX: same shadcn theme in web & UI package

FIX: same shadcn theme in web & UI package #13

Workflow file for this run

###### NEED TO BE RE-WRITTEN FOR TURBO REPO ######
# name: CI
# on:
# pull_request:
# branches: [main]
# jobs:
# build:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@main
# - name: Use Node.js
# uses: actions/setup-node@main
# with:
# node-version: "18"
# - name: Install dependencies
# run: npm ci
# - name: Build Next.js app
# run: npm run build