Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Chore(repo): Build
web*
packages in serial to the rest
* lerna should determine paralelization based on dependencies or devDependencies, but this do not work 🤷 * we can use `yarn lerna run build --concurrency 1` to disable this but it is slow and takes a long time * `design-tokens` must be build first so I have splitted up the `web*` packages to be build after the rest of the packages * problem can be test by simply running `yarn lerna run build --scope=@lmc-eu/spirit-design-tokens --scope=@lmc-eu/spirit-web-react`
- Loading branch information