Skip to content

Commit 8540b59

Browse files
Marc VeensMarc Veens
authored andcommitted
Added static dir for Storybook
1 parent 8c87008 commit 8540b59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"build": "rollup -c && npm run emit-declarations",
1111
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
1212
"start:storybook": "storybook dev -p 6006",
13-
"build:storybook": "storybook build"
13+
"build:storybook": "storybook build --static-dir react-drawio"
1414
},
1515
"repository": {
1616
"type": "git",

0 commit comments

Comments
 (0)