As part of our testing pipeline, we run build-storybook. However, this takes about 45 minutes, which is just too long to remain practical. Note that build-storybook also takes a very long time on my local machine.
I'm looking for possible mitigations or solutions.
For example, is there some feature that is known to increase building time that we could do without?
Or is there some way to allow for caching of builds?
Further context:
Version: 7.0.5 (issue was also present on v7.0.2)
Amount of stories: About 50
Addons: [ '@storybook/addon-links', '@storybook/addon-essentials', '@storybook/addon-interactions', "@storybook/addon-styling"]
Using React and typescript
We also use 2 global decorators