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

Migrate root turbo config from package.json to turbo.json #606

Merged
merged 12 commits into from
Jan 26, 2022

Commits on Jan 26, 2022

  1. Handle config coming from turbo.json or package.json

    Greg Soltis committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    fb346f4 View commit details
    Browse the repository at this point in the history
  2. Add a codemod to move turbo config out of package.json and into turbo…

    ….json
    Greg Soltis committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    b862e66 View commit details
    Browse the repository at this point in the history
  3. Update examples

    Greg Soltis committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    e01f69c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4d29a51 View commit details
    Browse the repository at this point in the history
  5. Fix bench tests to use turbo.json

    Greg Soltis committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    a749492 View commit details
    Browse the repository at this point in the history
  6. Templates now use separate turbo.json

    Greg Soltis committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    96ccde6 View commit details
    Browse the repository at this point in the history
  7. Use fs.FileExists helper, rename Turbo -> TurboConfig

    Greg Soltis committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    adcb945 View commit details
    Browse the repository at this point in the history
  8. Fix e2e tests to use turbo.json

    Greg Soltis committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    eb62e52 View commit details
    Browse the repository at this point in the history
  9. Use rootPath to resolve package.json and turbo.json

    Greg Soltis committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    3dbf2b1 View commit details
    Browse the repository at this point in the history
  10. Migrate turbo's own repo to use turbo.json

    Greg Soltis committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    45c354b View commit details
    Browse the repository at this point in the history
  11. Revert "Migrate turbo's own repo to use turbo.json"

    This reverts commit 45c354b.
    Greg Soltis committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    25797a4 View commit details
    Browse the repository at this point in the history
  12. Revert "Revert "Migrate turbo's own repo to use turbo.json""

    This reverts commit 25797a4.
    Greg Soltis committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    8080a8b View commit details
    Browse the repository at this point in the history