Skip to content

Commit

Permalink
Removed mdx stories from actions and storybook config
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarDev committed Apr 17, 2023
1 parent e086c7c commit f5e5172
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
- main
paths:
- "*.stories.tsx"
- "*.stories.mdx"
- "*.js"
- "*.ts"
- "package.json"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
branches: ["main"]
paths:
- "*.stories.tsx"
- "*.stories.mdx"
- "*.js"
- "*.ts"
- "package.json"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/stories-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
- main
paths:
- "*.stories.tsx"
- "*.stories.mdx"
- "*.js"
- "*.ts"
- "package.json"
Expand Down
2 changes: 1 addition & 1 deletion .storybook/main.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
stories: ["../src/**/*.stories.mdx", "../src/**/*.stories.@(js|jsx|ts|tsx)"],
stories: ["../src/**/*.stories.@(js|jsx|ts|tsx)"],
addons: ["@storybook/addon-links", "@storybook/addon-essentials", "storycap"],
framework: {
name: "@storybook/react-webpack5",
Expand Down

0 comments on commit f5e5172

Please sign in to comment.