Skip to content

Commit aeb5298

Browse files
Fixed build
1 parent a451051 commit aeb5298

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

.github/workflows/deploy-storybook.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,6 @@ jobs:
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:

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@
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",

0 commit comments

Comments
 (0)