Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fix CLI builds for yarn and pnpm #1576

Merged
merged 2 commits into from
Nov 5, 2024
Merged

fix: fix CLI builds for yarn and pnpm #1576

merged 2 commits into from
Nov 5, 2024

Conversation

dschlabach
Copy link
Contributor

@dschlabach dschlabach commented Nov 5, 2024

What changed? Why?
Our CLI starter currently builds fine with bun and npm, but has errors when building with yarn and pnpm (after installing deps) due to the way that pnpm and yarn handle peer dependencies. This PR adds necessary peer dependencies to package.json so that devs won't have errors on their first build with pnpm and yarn

Notes to reviewers

How has it been tested?
Ran multiple installations from CLI with bun, yarn, pnpm, and npm

Copy link

vercel bot commented Nov 5, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
onchainkit-coverage ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 5, 2024 3:13pm
onchainkit-playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 5, 2024 3:13pm
onchainkit-routes ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 5, 2024 3:13pm

@dschlabach dschlabach merged commit b697b3b into main Nov 5, 2024
16 checks passed
@dschlabach dschlabach deleted the dms/query branch November 5, 2024 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants