You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.
In order to use storybook-deployer in a monorepo, you need to have the command build-storybook available in the monorepo root. It seems to come with @storybook/react and other storybook target libraries.
In a monorepo, you might have this dependency only available in a specific package where you use monorepo, and not in the monorepo root, where you run storybook-deployer.
Solution
List dependencies, at least under "Deploy a Monorepo" section, and explain in which package(s) the required command build-storybook comes.
It probably wouldn't hurt if there would be a list of required peer dependencies mentioned next to the installation instructions.
The text was updated successfully, but these errors were encountered:
Problem
In order to use storybook-deployer in a monorepo, you need to have the command
build-storybook
available in the monorepo root. It seems to come with@storybook/react
and other storybook target libraries.In a monorepo, you might have this dependency only available in a specific package where you use monorepo, and not in the monorepo root, where you run storybook-deployer.
Solution
List dependencies, at least under "Deploy a Monorepo" section, and explain in which package(s) the required command
build-storybook
comes.It probably wouldn't hurt if there would be a list of required peer dependencies mentioned next to the installation instructions.
The text was updated successfully, but these errors were encountered: