-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
chore(devex): pnpm workspaces #27267
Conversation
This reverts commit 2161696.
Size Change: 0 B Total Size: 1.11 MB ℹ️ View Unchanged
|
This PR hasn't seen activity in a week! Should it be merged, closed, or further worked on? If you want to keep it open, post a comment or remove the |
This PR was closed due to lack of activity. Feel free to reopen if it's still relevant. |
Merged into #27780 |
Problem
We publish packages onto npm to install and use them ourselves.
Changes
Switch to using pnpm workspaces instead for shared packages like
@posthog/hogvm
and@posthog/lemon-ui
Does this work well for both Cloud and self-hosted?
That's the goal
How did you test this code?
Not yet