We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df83514 commit 60b74dbCopy full SHA for 60b74db
1 file changed
.github/workflows/test-build.yml
@@ -38,6 +38,8 @@ jobs:
38
- name: Build carbon-react-native
39
run: npm run packages-builder:carbon-react-native
40
- name: Build Storybook
41
- run: npm run storybook-build
+ run: |
42
+ npm run init-ibm-fonts-storybook-web
43
+ npm run storybook-build
44
- name: Type Check and Lint Check
45
run: npm run code-check
0 commit comments