Skip to content

Commit 3323c66

Browse files
committed
fix storybook
1 parent 1d1fdc2 commit 3323c66

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ jobs:
2626
node-version: ${{ matrix.node-version }}
2727
- run: npm ci
2828
- run: npm test
29-
- run: npm run doc
3029
- run: npm run build
30+
- run: npm run doc
31+
- run: npm run build-storybook
3132
- name: Save build
3233
if: matrix.node-version == '20.x'
3334
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)