Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Improve
watch
script to output result
Since we updated Lerna to V8, the task-runner implementation has been changed from `p-map/p-queue` to `nx` The side effect is that we now have a very light output when running `yarn watch` with no feedback when the build fails To fix this, we can add the `--stream` argument in addition to the `--parallel` one in order to get the build logs back The Lerna's `--stream` argument is equivalent to the Nx's `--output-style=stream` one More info: - https://github.com/lerna/lerna/releases/tag/v6.0.0 - https://nx.dev/nx-api/nx/documents/run-many#outputstyle - https://fig.io/manual/lerna/run
- Loading branch information