Skip to content

Restore npm lifecycle scripts for Vercel builds and complete Category F cleanup#25

Merged
0xward merged 2 commits into
mainfrom
copilot/24-fix-vercel-deployment
Jul 10, 2026
Merged

Restore npm lifecycle scripts for Vercel builds and complete Category F cleanup#25
0xward merged 2 commits into
mainfrom
copilot/24-fix-vercel-deployment

Conversation

Copilot AI commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

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 sharp from installing correctly on Vercel, plus a small repo cleanup and basic SEO metadata routes.

  • Vercel install/build unblock

    • Removed the effective ignore-scripts=true behavior from .npmrc.
    • Kept legacy-peer-deps=true.
    • Kept minimum-release-age=10080 as documentation-only intent, with the existing note that npm does not support that key.
    • This restores package lifecycle scripts needed by native deps such as sharp.
    legacy-peer-deps=true
    minimum-release-age=10080
    # do not set ignore-scripts=true here; it breaks native package postinstall
  • Build confirmation

    • Confirmed ignore-scripts=true is no longer active.
    • Confirmed fresh npm install succeeds and sharp loads cleanly.
    • Confirmed next build completes successfully end-to-end.
    • After merge, repo owner should trigger a fresh Vercel deployment.
  • Category F1: _archive/game cleanup

    • Searched active app/ and components/ import graph for _archive/ references.
    • Found no active imports, so _archive/game/ was removed.
  • Category F2: Alfajores cleanup audit

    • Ran a repo-wide search for alfajores and 44787.
    • Found no remaining live references requiring code or docs changes.
  • Category F3: robots + sitemap

    • Added app/robots.ts to allow indexing and point crawlers to the sitemap.
    • Added app/sitemap.ts for the current public routes:
      • /
      • /docs
      • /game
      • /terms
      • /privacy
    • Uses https://nullstate-ten.vercel.app as the canonical production base URL.

@vercel

vercel Bot commented Jul 10, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
nullstate Ready Ready Preview, Comment Jul 10, 2026 3:12pm

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
Copilot AI requested a review from 0xward July 10, 2026 15:12
@0xward 0xward marked this pull request as ready for review July 10, 2026 15:12
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@0xward 0xward merged commit 534cdd6 into main Jul 10, 2026
4 checks passed
@0xward 0xward deleted the copilot/24-fix-vercel-deployment branch July 11, 2026 19:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants