Add turboRepo to manage monorepo
What I did
- Add turborepo to manage the mono-repo more efficiently
- add github cache to cache turbo repo outputs and use turbo repo caching for tests
- turbo repo caching will help to not run tests in unchanged packages only changed packages will run tests all other packages tests output will be re-played
- should shave of significant time on node-tests in the pipeline
⚠️ No Changeset found
Latest commit: 57db23190d13a51f846e3945c1b8b08f2b2697c9
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
I'm not convinced that the effort to learn a whole new systems is offset by it's benefits. I'm also really scared of cache in developer setup and CI in case the cache invalidation is misconfigured or buggy.
Are the benefits just that CI will be faster? By how much?