Skip to content

Commit

Permalink
fix: changeset typo
Browse files Browse the repository at this point in the history
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
  • Loading branch information
matijs committed Nov 2, 2024
1 parent b580948 commit 5ee3432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .changeset/milky-food-lion.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
'@nl-design-system/rollup-config-react-components': patch
'@nl-design-system/rollup-config-react-component': patch
---

Make sure the individual example installation commands can be copied using GitHub's UI

0 comments on commit 5ee3432

Please sign in to comment.