Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit a0c9601

Browse files
committed
fix: build storybook without dll
1 parent 47a0f70 commit a0c9601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"start": "expo start",
1212
"test": "jest",
1313
"storybook": "start-storybook -p 6006",
14-
"build-storybook": "build-storybook -s public",
14+
"build-storybook": "build-storybook -s public --no-dll",
1515
"deploy-storybook": "storybook-to-ghpages",
1616
"chromatic": "npx chromatic"
1717
},

0 commit comments

Comments
 (0)