Skip to content

Commit

Permalink
Run on ALL stories (incl. mdx)
Browse files Browse the repository at this point in the history
  • Loading branch information
angelikatyborska committed Aug 19, 2024
1 parent caf33a0 commit 99d5ac0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ module.exports = {
'../scss/**/*.stories.mdx',
'../scss/**/*.stories.@(js|jsx|ts|tsx)',
],
features: { buildStoriesJson: true },
addons: [
'@storybook/addon-links',
'@storybook/addon-a11y',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"format:docs": "prettier --ignore-path .gitignore --write './**/*.{md,mdx}'",
"format": "yarn format:js && yarn format:scss && yarn format:docs",
"test": "script/test",
"test-storybook": "test-storybook",
"test-storybook": "test-storybook --stories-json",
"checks": "yarn lint && yarn css:stats && yarn test",
"watch": "yarn build && yarn build --watch",
"clean": "rimraf build/*",
Expand Down

0 comments on commit 99d5ac0

Please sign in to comment.