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: changeset typo #30

Merged
merged 1 commit into from
Nov 2, 2024
Merged

fix: changeset typo #30

merged 1 commit into from
Nov 2, 2024

Conversation

matijs
Copy link
Member

@matijs matijs commented Nov 2, 2024

When an unknown package is referenced in a changeset file, this error shows up in the pipeline logs

TypeError: Cannot destructure property 'packageJson' of 'undefined' as
it is undefined.

In this instance there was a typo components instead of component which is a good indication that using

pnpm changeset

is probable the best way to generate these files

When an unknown package is referenced in a changeset file, this error
shows up in the pipeline logs

> TypeError: Cannot destructure property 'packageJson' of 'undefined' as
it is undefined.

In this instance there was a typo `components` instead of `component`
which is a good indication that using

```shell
pnpm changeset
```

is probable the best way to generate these files
@matijs matijs requested a review from Robbert November 2, 2024 09:58
@matijs matijs enabled auto-merge (rebase) November 2, 2024 09:58
@matijs matijs merged commit 625b24d into main Nov 2, 2024
5 checks passed
@matijs matijs deleted the docs/fix-changeset branch November 2, 2024 10:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants