Skip to content

Commit

Permalink
docs: build storybook in addition to yarn build with Vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
tulup-conner committed Jun 22, 2023
1 parent 759aa76 commit 61c89ac
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .storybook/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
@tailwind utilities;

@layer base {
@font-face {
/* @font-face {
font-family: 'Inter';
src: url(/public/inter.woff2) format('woff2');
font-weight: 100 200 300 400 500 600 700 800 900;
font-display: swap;
}
} */
}
8 changes: 8 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"$schema": "https://openapi.vercel.sh/vercel.json",
"buildCommand": "yarn storybook:build",
"devCommand": "yarn storybook",
"framework": null,
"installCommand": "yarn install",
"outputDirectory": "./storybook-static"
}

0 comments on commit 61c89ac

Please sign in to comment.