fix: restore install/build on canary (pnpm + lockfile + web env) - #13
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>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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>
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
pnpm@10.33.0+ workspace + fresh lockfile) and drop the stale npm lockfile that still described a Fastify API whileapps/apiis NestJSzod,@supabase/supabase-js,@worksight/assets) and stop Supabase clients from throwing at import when env is absent duringnext buildqualitytask, assets exports, common format script, and point CI/Docker at pnpmTest plan
pnpm installsucceeds on a clean checkoutpnpm buildwith dummyNEXT_PUBLIC_SUPABASE_URL/ANON_KEY/PUBLISHABLE_KEYbuilds all packagesnpm cipass withpnpm install --frozen-lockfileCo-authored-by: Auto (Cursor Agent) auto@cursor.com
Made with Cursor