File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments