Skip to content

Commit 572ffe0

Browse files
ThomasThomas
authored andcommitted
Remove --no-dll from storybook
1 parent ec7ea69 commit 572ffe0

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
@@ -74,7 +74,7 @@
7474
"classnames": "^2.2.6"
7575
},
7676
"scripts": {
77-
"storybook": "start-storybook -p 6006 --no-dll",
77+
"storybook": "start-storybook -p 6006",
7878
"cleanup": "bash scripts/cleanup.sh",
7979
"build": "yarn cleanup && yarn build:dist && yarn build:lib",
8080
"build:dist": "rollup -c",

0 commit comments

Comments
 (0)