Can't run Storybook or e2e tests on CI with packages that aren't direct dependencies of react-components
#20772
Labels
Area: Build System
Resolution: Soft Close
Soft closing inactive issues over a certain period
Storybook
Discovered in #20756
since packages like
react-tabster
are not exported with thereact-components
suite package, its storybook is never deployed on CI. Thereact-components
storybook is configured to load the stories of its direct dependencies. Therefore any package that wants to implement browser e2e tests will not be able to run them on CI if they are not a direct dependency ofreact-components
.This is the case even if solutions like #20223 proposed in an earlier RFC
The text was updated successfully, but these errors were encountered: