Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add turboRepo to manage monorepo #2632

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Ramon92
Copy link

@Ramon92 Ramon92 commented Feb 2, 2024

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

Copy link

changeset-bot bot commented Feb 2, 2024

⚠️ No Changeset found

Latest commit: 57db231

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

@koddsson
Copy link
Contributor

koddsson commented Feb 7, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants