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

monorepo support #22

Open
AkifumiSato opened this issue Sep 3, 2023 · 1 comment
Open

monorepo support #22

AkifumiSato opened this issue Sep 3, 2023 · 1 comment

Comments

@AkifumiSato
Copy link

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.

pnpm add example-next@pr4 configs@pr4 eslint-config-custom@pr4 @location-state/core@pr4 @location-state/next@pr4 test-utils@pr4

Can you please resolve these issues and support monorepo?

@kotarella1110
Copy link
Owner

@AkifumiSato Thank you for your feedback! I will do it 👍

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

No branches or pull requests

2 participants