Hi, I have just upgraded to 7.0.0-rc.5. Everything worked fine until it was time to deploy the static site to github. I have been using storybook-deployer and deployed with this command: storybook-to-ghpages -o .storybook-static-build --packages packages
However, after upgrading this doesn't work anymore. I get this error message:
Error: Exec code(1) on executing: build-storybook -o .storybook-static-build
'build-storybook' is not recognized as an internal or external command, operable program or batch file.
On this site https://storybook.js.org/docs/react/sharing/publish-storybook it still says that https://github.com/storybook-eol/storybook-deployer is maintained, but the repo is in fact archived.
So how do I publish my storybook 7 to github? (Note that I have a monorepo... I use the --packages argument.)
Storybook is a frontend workshop for building UI components and pages in isolation. Thousands of teams use it for UI development, testing, and documentation. It’s open source and free.