-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
New Schema: Turborepo #2415
New Schema: Turborepo #2415
Conversation
eccba65
to
cbec0c2
Compare
You need to remove package.json from "skiptest": [] It is not possible to combine a local and remote schema |
Extra information: See issue #2247 on external schema not available. But some URLs are permanently broken and others are not. |
2602755
to
cfa1a79
Compare
Ah okay, it looks like I was confused. So some schemas were originally located here, but they moved to an external site, and those schema files were kept here in case their URLs were hardcoded. Now that I think about it, would this be potentially applicable in the case of xunit? That PR was merged before the single source of truth was added to About Turborepo, since it is not possible to combine a local and external schema, I have updated this PR to only add the external schema to |
yes, for xunit please use the external schema. tv4 was the first and only validator at the start of this project. Later, an even better AJV validator was added. Schema that fails AJV validation is still used with the deprecated tv4 validator. |
Turborepo, a TypeScript/JavaScript monorepo management tool is configured using a turbo.json configuration file. This adds support for that