We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c8cd37 commit 5958827Copy full SHA for 5958827
.github/workflows/deploy-storybook.yml
@@ -38,7 +38,7 @@ jobs:
38
run: |
39
if [ ! -f "./storybook-static/iframe.html" ]; then
40
echo "❌ Error: iframe.html missing - Storybook build failed"
41
- echo "This indicates the @stencil/storybook-plugin compatibility issue."
+ echo "This indicates the @stencil/storybook-plugin compatibility issue"
42
echo "Stories will not load without iframe.html"
43
ls -la ./storybook-static/ || true
44
exit 1
0 commit comments