Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
👋 Codeowner Review RequestThe following codeowners have been identified for the changed files: Team reviewers: @nodejs/nodejs-website @nodejs/web-infra Please review the changes when you have a chance. Thank you! 🙏 |
📦 Build Size ComparisonSummary
Changes➕ Added Assets (1)
➖ Removed Assets (1)
|
There was a problem hiding this comment.
Pull request overview
Codifies Vercel “install” and “ignore” behavior in-repo to avoid relying on Vercel UI settings that can be lost/reset.
Changes:
- Updates Vercel integration documentation to reference the repo-configured settings.
- Adds
apps/site/vercel.jsondefininginstallCommandandignoreCommand.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| docs/technologies.md | Updates documentation to reference Vercel config in vercel.json |
| apps/site/vercel.json | Adds Vercel project configuration for install and ignored deployments |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
da829ee to
01c4d4e
Compare
01c4d4e to
b46dad1
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8755 +/- ##
=======================================
Coverage 75.27% 75.27%
=======================================
Files 105 105
Lines 9242 9242
Branches 326 326
=======================================
Hits 6957 6957
Misses 2283 2283
Partials 2 2 ☔ View full report in Codecov by Sentry. |
Description
Instead of managing these in Vercel's UI only, where we recently ran into an issue of these settings being wiped/not defined as we had expected them to be, this codifies them in our repository, ensuring they're always set and any changes are properly versioned.
Validation
Schema valid.
https://vercel.com/docs/project-configuration/vercel-json
https://vercel.com/openjs/nodejs-org/settings/build-and-deployment
Related Issues
N/A
Check List
pnpm formatto ensure the code follows the style guide.pnpm testto check if all tests are passing.pnpm buildto check if the website builds without errors.