Changeset only detects the root package.json in a monorepo #1208
Unanswered
brad-mccormick
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
New to changesets and trying to implement and running into an issue. I have a monorepo using pnpm-workspaces.yaml with a root level package.json, which just contains scripts, and package.json files for each package under the packages directory.
Here's what my pnpm-workspaces.yaml file looks like:
When I run
pnpm changesetit only picks up the root package.json and ignores the workspace and packages. Has anyone encountered this issue?Beta Was this translation helpful? Give feedback.
All reactions