Skip to content

Commit 9da9eb3

Browse files
Merge branch 'mm-storybook-deployment' of https://github.com/multiversx/mx-sdk-dapp-ui into mm-storybook-deployment
2 parents 012c526 + cff0278 commit 9da9eb3

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.storybook/iframe.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<title>Stencil Storybook</title>
6+
<!-- Include your compiled components -->
7+
<script type="module" src="/web-components/your-component.js"></script>
8+
<link rel="stylesheet" href="/web-components/your-component.css" />
9+
</head>
10+
<body>
11+
<storybook-root></storybook-root>
12+
</body>
13+
</html>

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"
89+
"storybook-build": "yarn build && yarn storybook-build-tailwind && storybook build"
9090
},
9191
"dependencies": {
9292
"@stencil/core": "^4.36.2",

0 commit comments

Comments
 (0)