fix(web): exclude __tests__ from type-check (#15) - #21
Merged
Conversation
Stale npm lockfile still described a Fastify API while apps/api is NestJS, so npm ci and CI were dead. Align on pnpm, declare missing web deps, stop Supabase env throws at import during next build, and repair flat ESLint/Turbo. Co-authored-by: Auto (Cursor Agent) <auto@cursor.com> Signed-off-by: kuyacarlo <106532351+kuyacarlo@users.noreply.github.com> Co-authored-by: Cursor <cursoragent@cursor.com>
Drop conflicting pnpm/action-setup version pins so Corepack uses packageManager (pnpm@10.33.0), and replace remaining npm install/build commands in apps/*/vercel.json. Co-authored-by: Auto (Cursor Agent) <auto@cursor.com> Signed-off-by: kuyacarlo <106532351+kuyacarlo@users.noreply.github.com> Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Jest specs were included in tsc without @types/jest, failing pnpm --filter @worksight/web type-check. Tests remain runnable via jest scripts; app type-check is unblocked for MVP. Co-authored-by: Cursor <cursoragent@cursor.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
This was referenced Jul 25, 2026
Contributor
Author
|
Rolled up into #27 ( |
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.
Summary
src/__tests__from webtsconfigso app type-check is green without Jest globalsTest plan
pnpm --filter @worksight/common buildpnpm --filter @worksight/web type-checkpnpm --filter @worksight/api type-checkMade with Cursor