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

fix(turborepo): task dependencies not working as expected #23

Merged
merged 1 commit into from
Mar 14, 2024

Commits on Mar 14, 2024

  1. fix(turborepo): task dependencies not working as expected

    * All tasks run in parallel to keep things speedy:
       Because the results of your type checks don't depend
       on each other, you can run all of them in parallel.
    * Change in a dependency should result in a cache miss:
      If package 'A' changes, the task in dependent
      packages should know to miss cache.
    
    see:
    turbo.build/repo/docs/core-concepts/monorepos/task-dependencies#dependencies-outside-of-a-task
    mpellegrini committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    fef4dc2 View commit details
    Browse the repository at this point in the history