-
Notifications
You must be signed in to change notification settings - Fork 300
chore: add test:format and fix:format scripts to all packages #2476
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
Co-Authored-By: Connor Prussin <[email protected]>
The latest updates on your projects. Learn more about Vercel for Git ↗︎
3 Skipped Deployments
|
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Co-Authored-By: Connor Prussin <[email protected]>
"scripts": { | ||
"test:format": "prettier --check .", | ||
"fix:format": "prettier --write ." | ||
}, |
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.
Please remove this change, we don't want to update vendored dependencies
"scripts": { | ||
"test:format": "prettier --check .", | ||
"fix:format": "prettier --write ." | ||
}, |
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.
Please remove this change, we don't want to update vendored dependencies
Co-Authored-By: Connor Prussin <[email protected]>
Add test:format and fix:format scripts to all packages
This PR adds
test:format
andfix:format
scripts to all Node packages in the repository that were missing them. It also ensures that prettier is added as a dev dependency in any packages that don't already have it, and updates the root package.json to use the latest version of prettier (3.5.3).Changes
test:format
script (runsprettier --check .
) to packages missing itfix:format
script (runsprettier --write .
) to packages missing itLink to Devin run: https://app.devin.ai/sessions/d0b969b6e8da4192989629a8f5be3fb7