Skip to content

fix(frontend): restore verification commands#419

Open
anirudh5harma wants to merge 1 commit into
aoagents:mainfrom
anirudh5harma:codex/fix-frontend-verification
Open

fix(frontend): restore verification commands#419
anirudh5harma wants to merge 1 commit into
aoagents:mainfrom
anirudh5harma:codex/fix-frontend-verification

Conversation

@anirudh5harma

Copy link
Copy Markdown

Summary

Closes #418.

Frontend verification works again on clean checkouts: npm run typecheck no longer fails on the Forge notarization config, and npm run build now exists as the documented package-build command.

The frontend workflow now runs typecheck before vitest, restoring the TypeScript guard that was previously disabled because of the pre-existing config error.

Tests

  • cd frontend && npm run typecheck
  • cd frontend && npm run build
  • cd frontend && npm test -- --run
  • git diff --check

@anirudh5harma anirudh5harma force-pushed the codex/fix-frontend-verification branch from 03ca46e to 959ecb5 Compare June 26, 2026 11:54
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.

Frontend verification commands fail on clean main

1 participant