We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc7efc3 commit a0d333fCopy full SHA for a0d333f
.github/workflows/storybook.yml
@@ -33,7 +33,7 @@ jobs:
33
run: npm install
34
35
- name: Build Storybook
36
- run: npm run build-storybook
+ run: SKIP_ENV_VALIDATION=true npm run build-storybook
37
38
- name: Upload Storybook
39
uses: actions/upload-pages-artifact@v2
0 commit comments