Closed tomivirkki closed 10 months ago
Yeah, looks like it tries to build them in parallel because prepare
is also run on install, and -pro depends on core so core should be built first...
Reverted the latest change. CI/Bender can just rely on the packages being built (in the correct order) on install. Sorry about the hassle.
Description
This PR splits the repository into two separate React wrapper packages, one for the core components and another one for the commercial ones.
Fixes https://github.com/vaadin/react-components/issues/229
Type of change
Refactor