Conversation
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
💡 Codex Review
plate/.github/workflows/sync-templates.yml
Lines 51 to 55 in cabb1e7
Templates now declare packageManager: bun@1.3.3 and run bunx in postinstall, but this workflow still installs pnpm and runs pnpm install/pnpm build without installing bun. When the job builds the templates, pnpm will execute the bun-based lifecycle scripts and fail due to the missing runtime and lockfile mismatch. Switch the workflow to install bun and use bun install (or otherwise provide bun) so the templates can build.
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Checklist
yarn typecheckyarn lint:fixyarn testyarn brlyarn changeset