You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered: