Skip to content

Commit 361d9fb

Browse files
committed
Fix stories regex and revert -u change
1 parent 4b4fa7d commit 361d9fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -901,7 +901,7 @@ jobs:
901901
- name: playwright_e2e
902902
script: "test:playwright e2e"
903903
- name: storybook
904-
script: "test:storybook"
904+
script: "test:storybook -u"
905905

906906
steps:
907907
- name: Checkout repository

frontend/.storybook/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { StorybookConfig } from "@storybook-vue/nuxt"
22

33
const config: StorybookConfig = {
4-
stories: ["../src/**/*.mdx", "../src/**/*.stories.@(js|jsx|mjs|ts|tsx)"],
4+
stories: ["../src/**/*.stories.@(js|jsx|mjs|ts|tsx)"],
55
addons: [
66
"@storybook/addon-links",
77
"@storybook/addon-essentials",

0 commit comments

Comments
 (0)