Restore npm lifecycle scripts for Vercel builds and complete Category F cleanup#25
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Copilot
AI
changed the title
[WIP] Fix Vercel build failure by updating .npmrc
Restore npm lifecycle scripts for Vercel builds and complete Category F cleanup
Jul 10, 2026
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR finishes the previously interrupted Vercel build fix and bundles the remaining Category F cleanup. The main change is removing the blanket npm script block that prevented
sharpfrom installing correctly on Vercel, plus a small repo cleanup and basic SEO metadata routes.Vercel install/build unblock
ignore-scripts=truebehavior from.npmrc.legacy-peer-deps=true.minimum-release-age=10080as documentation-only intent, with the existing note that npm does not support that key.sharp.Build confirmation
ignore-scripts=trueis no longer active.npm installsucceeds andsharploads cleanly.next buildcompletes successfully end-to-end.Category F1:
_archive/gamecleanupapp/andcomponents/import graph for_archive/references._archive/game/was removed.Category F2: Alfajores cleanup audit
alfajoresand44787.Category F3: robots + sitemap
app/robots.tsto allow indexing and point crawlers to the sitemap.app/sitemap.tsfor the current public routes://docs/game/terms/privacyhttps://nullstate-ten.vercel.appas the canonical production base URL.