storybook-eol / storybook-deployer

Deploy your storybook as a static site
MIT License
894 stars 71 forks source link

Add `out` flag #43

Closed hipstersmoothie closed 5 years ago

hipstersmoothie commented 5 years ago

When I deploy my storybook I also deploy a playroom, some static files, and soon some typedocs. To do this I need to be able to configure the output directory so that all my builds go to the same place.

This PR adds and out flag to override the random outDir that is currently used.

closes #22 closes #35

hipstersmoothie commented 5 years ago

@igor-dv