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.
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