web icon indicating copy to clipboard operation
web copied to clipboard

Add turboRepo to manage monorepo

Open Ramon92 opened this issue 1 year ago • 2 comments

What I did

  1. Add turborepo to manage the mono-repo more efficiently
  2. add github cache to cache turbo repo outputs and use turbo repo caching for tests
  3. 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
  4. should shave of significant time on node-tests in the pipeline

Ramon92 avatar Feb 02 '24 10:02 Ramon92

⚠️ 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

changeset-bot[bot] avatar Feb 02 '24 10:02 changeset-bot[bot]

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?

koddsson avatar Feb 07 '24 10:02 koddsson