Skip to content

Commit

Permalink
enable docgen in build test mode
Browse files Browse the repository at this point in the history
  • Loading branch information
JReinhold committed Jan 18, 2024
1 parent 0ac2710 commit 533ea85
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/ui/.storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,10 @@ const config: StorybookConfig = {
],
build: {
test: {
// we have stories for the blocks here, we can't exclude them
disableBlocks: false,
// some stories in blocks (ArgTypes, Controls) depends on argTypes inference
disableDocgen: false,
},
},
framework: {
Expand Down

0 comments on commit 533ea85

Please sign in to comment.