Skip to content

Commit 60b74db

Browse files
committed
Run init-ibm-fonts-storybook-web to test build
1 parent df83514 commit 60b74db

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/test-build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
- name: Build carbon-react-native
3939
run: npm run packages-builder:carbon-react-native
4040
- name: Build Storybook
41-
run: npm run storybook-build
41+
run: |
42+
npm run init-ibm-fonts-storybook-web
43+
npm run storybook-build
4244
- name: Type Check and Lint Check
4345
run: npm run code-check

0 commit comments

Comments
 (0)