We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b4fa7d commit 361d9fbCopy full SHA for 361d9fb
.github/workflows/ci_cd.yml
@@ -901,7 +901,7 @@ jobs:
901
- name: playwright_e2e
902
script: "test:playwright e2e"
903
- name: storybook
904
- script: "test:storybook"
+ script: "test:storybook -u"
905
906
steps:
907
- name: Checkout repository
frontend/.storybook/main.ts
@@ -1,7 +1,7 @@
1
import type { StorybookConfig } from "@storybook-vue/nuxt"
2
3
const config: StorybookConfig = {
4
- stories: ["../src/**/*.mdx", "../src/**/*.stories.@(js|jsx|mjs|ts|tsx)"],
+ stories: ["../src/**/*.stories.@(js|jsx|mjs|ts|tsx)"],
5
addons: [
6
"@storybook/addon-links",
7
"@storybook/addon-essentials",
0 commit comments