File tree Expand file tree Collapse file tree 2 files changed +1
-11
lines changed
Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change 3434 - name : Build Storybook (includes Stencil build)
3535 run : yarn run storybook-build
3636
37- - name : Verify iframe.html exists
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"
42- echo "Stories will not load without iframe.html"
43- ls -la ./storybook-static/ || true
44- exit 1
45- fi
46- echo "✅ iframe.html found - Storybook build successful"
47-
4837 - name : Configure AWS Credentials
4938 uses : aws-actions/configure-aws-credentials@v4
5039 with :
Original file line number Diff line number Diff line change 121121 "jest" : " ^29.7.0" ,
122122 "jest-cli" : " ^29.7.0" ,
123123 "jsdom" : " ^22.1.0" ,
124+ "lit" : " ^3.3.1" ,
124125 "prettier" : " 3.2.5" ,
125126 "puppeteer" : " ^23.9.0" ,
126127 "rollup-plugin-node-polyfills" : " ^0.2.1" ,
You can’t perform that action at this time.
0 commit comments