Consolidate storybook configuration

This commit is contained in:
adilallo
2025-08-29 17:15:33 -06:00
parent 531389d65a
commit c204eabbe5
9 changed files with 53 additions and 206 deletions
+2 -2
View File
@@ -152,7 +152,7 @@ jobs:
- uses: actions/setup-node@v4
with: { node-version: 20, cache: npm }
- run: npm ci
- run: npm run build-storybook
- run: npm run storybook:build:github
- run: npm run test:sb
env: { CI: true }
@@ -174,4 +174,4 @@ jobs:
with: { node-version: 20, cache: npm }
- run: npm ci
- run: npm run build
- run: npm run build-storybook
- run: npm run storybook:build:github