Skip to content

feat(storybook): production-ready Storybook with full component coverage #2

feat(storybook): production-ready Storybook with full component coverage

feat(storybook): production-ready Storybook with full component coverage #2

Workflow file for this run

name: Storybook
on:
pull_request:
paths:
- 'apps/storybook/**'
- 'packages/datum-ui/**'
- 'packages/shadcn/**'
jobs:
build:
name: Build Storybook
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm --filter @repo/storybook build