Skip to content

Commit

Permalink
fix: vercel build
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <tukon479@gmail.com>
  • Loading branch information
Innei committed Jun 20, 2023
1 parent 40b53f2 commit dc7345e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion storybook/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"extends": "../tsconfig.json",
"include": [
"."
".",
"./src"
],
"exclude": [
"dist",
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
],
"exclude": [
"node_modules",
"packages/markdown"
"packages/markdown",
"./storybook"
]
}

1 comment on commit dc7345e

@vercel
Copy link

@vercel vercel bot commented on dc7345e Jun 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

springtide – ./

springtide-innei.vercel.app
springtide.vercel.app
springtide-git-main-innei.vercel.app

Please sign in to comment.