I would like to employ this in a project that includes a private package for internal dependencies in monorepo.
Currently, specifying filter in publish does not work well.
publish: pnpm publish -r --ignore-scripts --access public --filter "@location-state/*"
/home/runner/setup-pnpm/node_modules/.bin/pnpm publish -r --ignore-scripts --access public --filter "@location-state/*" --no-git-checks --tag pr4
No projects matched the filters in "/home/runner/work/location-state/location-state"
Also included in the comments is a private package.
In this example, only "@location-state/*" is expected to be published.
I would like to employ this in a project that includes a private package for internal dependencies in monorepo. Currently, specifying filter in publish does not work well.
Also included in the comments is a private package. In this example, only "@location-state/*" is expected to be published.
Can you please resolve these issues and support monorepo?