-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
registry: add turbo #8553
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
registry: add turbo #8553
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,3 @@ | ||||||
| backends = ["npm:turbo"] | ||||||
| description = "Turborepo is a high-performance build system for JavaScript and TypeScript codebases." | ||||||
| test = { cmd = "turbo --version", expected = "{{version}}" } | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The test command To ensure the test passes, I recommend removing the
Suggested change
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It does print: But in the real example where turbo installed in the repo: |
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing
detectfield forturbo.jsonTurborepo projects typically include a
turbo.jsonconfiguration file at their root. Adding adetectfield would allow mise to automatically activate this tool when users are inside a Turborepo project, consistent with how other tools likebun(which detectsbun.lock,bun.lockb,bunfig.toml) handle project-level activation.Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!