Skip to content

Commit

Permalink
feat(vul): update storybook and semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel committed Mar 20, 2024
1 parent dafbff5 commit 5abd7f5
Show file tree
Hide file tree
Showing 6 changed files with 4,795 additions and 5,472 deletions.
2 changes: 1 addition & 1 deletion .storybook/main.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { StorybookConfig } from "@storybook/react-vite";

const config: StorybookConfig = {
stories: ["../src/**/*.stories.@(ts|tsx)", "../src/**/*.stories.@(md|mdx)"],
stories: ["../src/**/*.stories.@(ts|tsx)", "../src/**/*.@(mdx|stories.@(md))"],
staticDirs: ["../assets"],
addons: [
"@storybook/addon-links",
Expand Down
Loading

0 comments on commit 5abd7f5

Please sign in to comment.