File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ module.exports = {
8
8
'@storybook/addon-a11y' ,
9
9
] ,
10
10
core : { builder : 'storybook-builder-vite' } ,
11
+ staticDirs : [ './images' ] ,
12
+
11
13
async viteFinal ( config , { configType } ) {
12
14
// customize the Vite config here
13
15
Original file line number Diff line number Diff line change 25
25
"format:prettier" : " prettier \" **/*.js\" \" **/*.ts\" \" **/*.mjs\" --write --ignore-path .gitignore" ,
26
26
"lint" : " npm run lint:eslint && npm run lint:prettier" ,
27
27
"format" : " npm run format:eslint && npm run format:prettier" ,
28
- "storybook" : " npm run bootstrap && npm run storybook:analyze && start-storybook -p 6006 -s ./.storybook/images " ,
29
- "storybook:build" : " npm run bootstrap && npm run storybook:analyze && build-storybook -s ./.storybook/images " ,
28
+ "storybook" : " npm run bootstrap && npm run storybook:analyze && start-storybook -p 6006" ,
29
+ "storybook:build" : " npm run bootstrap && npm run storybook:analyze && build-storybook" ,
30
30
"storybook:analyze" : " web-component-analyzer **/*.element.ts --outFile custom-elements.json" ,
31
31
"test" : " web-test-runner --coverage" ,
32
32
"test:watch" : " web-test-runner --watch" ,
You can’t perform that action at this time.
0 commit comments