Skip to content

Commit

Permalink
chore(storybook): attempt to clear storybook cache in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
krisantrobus committed Jan 27, 2025
1 parent de15fa8 commit f37056f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const config: StorybookConfig = {
],
framework: "@storybook/react-vite",
features: {
interactionsDebugger: true,
interactionsDebugger: false,
},
staticDirs: ["./static"],
typescript: {
Expand Down

0 comments on commit f37056f

Please sign in to comment.