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

Switch to explicit Turborepo config #2150

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

Commits on Aug 19, 2024

  1. Switch to explicit Turborepo config

    This changes Turborepo config in the workspace root to be explicit.
    Explicity in this case means that all tasks are defined manually and all
    inputs are also specified manually.
    
    While that might seem redundant, this allows to orchestrate and adjust
    tasks more carefully - ignoring some files while taking other files into
    account, only hashing and providing project-specific variables,
    explicitly reviewing and specifying dependencies. That might come in
    handy in the future.
    
    There's an alternative way to approach this, which is to have every
    package contain "turbo.json" file, however, for now the flat approach
    has been chosen as it seems to be the most cleanest and easiest to
    review.
    brawaru committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    ce57dbe View commit details
    Browse the repository at this point in the history