-
Notifications
You must be signed in to change notification settings - Fork 2k
feat(codemod): update $schema
when versioned
#10319
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
$schema
when versioned
For some reason this didn’t work for my recent upgrade. This was my manual diff, which looks like it should’ve been happening automatically. {
- "$schema": "https://turbo.build/schema.v1.json",
+ "$schema": "https://turbo.build/schema.v2.json",
"extends": ["//"],
"tasks": { Sadly private repo. This is the version I used:
EDIT: Found a reproduce, try upgrading this: https://github.com/skyblock-finance/skyblock-finance-opensource/tree/847865398162ece9f5665d38da41406534d203c1 |
Description
Closes #8585
Testing Instructions
Wrote some tests and tried it on our repo manually.