Skip to content

Commit 1bccba8

Browse files
Removed static iframe generation
1 parent 97218ac commit 1bccba8

File tree

3 files changed

+2
-43
lines changed

3 files changed

+2
-43
lines changed

.github/workflows/deploy-storybook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
SLACK_ICON_EMOJI: ':books:'
6565
SLACK_USERNAME: mx-sdk-dapp-ui
6666
SLACK_TITLE: 'Storybook'
67-
SLACK_MESSAGE: 'Successfully deployed to https://${{ secrets.AWS_S3_BUCKET }}'
67+
SLACK_MESSAGE: 'Successfully deployed to: https://${{ secrets.AWS_S3_BUCKET }}'
6868
SLACK_COLOR: 'good'
6969
SLACK_FOOTER: 'Deployed from branch: ${{ github.ref_name }}'
7070
MSG_MINIMAL: false

.storybook/generate-iframe.ts

Lines changed: 0 additions & 41 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"start": "yarn run build:dev --watch --serve",
8787
"storybook-build-tailwind": "npx ts-node .storybook/generate-safelist.ts && npx @tailwindcss/cli -i src/global/tailwind.css -o .storybook/tailwind.css --content '.storybook/tailwind-safelist.html' && rm -f .storybook/tailwind-safelist.html",
8888
"storybook-dev": "yarn run build && yarn run storybook-build-tailwind && storybook dev -p 6006 --no-open",
89-
"storybook-build": "yarn run build && yarn run storybook-build-tailwind && storybook build && npx ts-node .storybook/generate-iframe.ts"
89+
"storybook-build": "yarn run build && yarn run storybook-build-tailwind && storybook build"
9090
},
9191
"dependencies": {
9292
"@stencil/core": "^4.36.2",

0 commit comments

Comments
 (0)