Skip to content

Commit

Permalink
added suggested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
devilkiller-ag committed Jun 8, 2024
1 parent ae10eb7 commit 4aa483e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import type { StorybookConfig } from "@storybook/nextjs";

const config: StorybookConfig = {
stories: [
"../components/**/*.stories.mdx",
"../components/**/*.stories.@(js|jsx|mjs|ts|tsx)",
],
addons: [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"generate:dashboard": "node scripts/dashboard/build-dashboard.js",
"generate:videos": "node scripts/build-newsroom-videos.js",
"generate:tools": "node scripts/build-tools.js",
"storybook": "storybook dev -p 6006",
"dev:storybook": "storybook dev -p 6006",
"chromatic": "chromatic --exit-zero-on-changes",
"build:storybook": "storybook build"
},
Expand Down

0 comments on commit 4aa483e

Please sign in to comment.