We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
bump-payload
First of all, I'd like to thank you for making this package. It's a huge timesaver.
bump-payload currently only looks for the root package.json.
It would be nice to also check other recursive package.json files in a monorepo, possibly using something like list-monorepo-packages.
The text was updated successfully, but these errors were encountered:
Will do it, for now i believe you can just:
"scripts": { "bump-payload:web": "cd apps/web && pnpm bump-payload", "bump-payload:cms": "cd apps/cms && pnpm bump-payload", "bump-payload:all": "bump-payload:web && bump-payload:cms" },
Sorry, something went wrong.
r1tsuu
No branches or pull requests
First of all, I'd like to thank you for making this package. It's a huge timesaver.
bump-payload
currently only looks for the root package.json.It would be nice to also check other recursive package.json files in a monorepo, possibly using something like list-monorepo-packages.
The text was updated successfully, but these errors were encountered: