manypkg icon indicating copy to clipboard operation
manypkg copied to clipboard

Added ignore missing package name to get-packages

Open tzdesign opened this issue 10 months ago • 2 comments

Hi there,

we are also working with changesets, but in our current project there are packages that generate package.json files within the build process that do not have a name.

These files are used for module types like:

{
  "type": "module"
}

Unfortunately there is no way to ignore them, neither with you nor with changesets. I thought I'd do a PR, let me know if there's anything else I should change here.

When you release a new version, I will also make a PR in changesets project, so that you can pass on the value via the config.

Thanks in advance

tzdesign avatar Jun 23 '25 12:06 tzdesign