Skip to content

fix: restore CI build — undefined summerTeamPartyPath in ArmorEvents - #33

Merged
nv78 merged 1 commit into
mainfrom
fix/armor-events-build
Jul 17, 2026
Merged

fix: restore CI build — undefined summerTeamPartyPath in ArmorEvents#33
nv78 merged 1 commit into
mainfrom
fix/armor-events-build

Conversation

@Bjjj834

@Bjjj834 Bjjj834 commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

Summary

  • One-line fix: the "Anote Summer Team Party" card in ArmorEvents.js referenced summerTeamPartyPath, which is not defined or imported anywhere in the repo.
  • This has failed lint (no-undef) and the production build on main since PR Add calendar subscribe button, registration modal, and Summer Party page #31 merged (CI runs 29525233003 and 29529814901 are red), and the last Deploy run failed for the same reason.
  • The card now uses summerPartyPath (/summerparty), which matches the EVENT_ROUTE_MAP entry for the same event title and the existing SummerParty page route.

Testing

  • npm run lint → 0 errors (165 pre-existing warnings unchanged)
  • CI=true npx react-scripts test --watchAll=false → 1/1 passing
  • npm run build → compiles successfully

Notes

  • Deliberately minimal — no cleanup of the pre-existing lint warnings.
  • Prerequisite for the upcoming homepage highlights carousel PR, which will be stacked on this branch so its CI can run green.

🤖 Generated with Claude Code

ArmorEvents.js referenced summerTeamPartyPath, which is not defined or
imported anywhere, failing lint (no-undef) and the production build.
CI on main has been red since PR #31 and the last deploy failed.

The Summer Team Party card now uses summerPartyPath (/summerparty),
matching the EVENT_ROUTE_MAP entry for the same event and the existing
SummerParty page route.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@nv78
nv78 merged commit 58d2e3f into main Jul 17, 2026
1 check passed
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