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

How to build the changed packages instead of building all packages #390

Open
hellomrbigshot opened this issue Aug 25, 2024 · 1 comment
Open

Comments

@hellomrbigshot
Copy link

When i use github action to publish my pnpm workspace, i use script

"release": "pnpm --recursive --stream build && changeset publish"

with the script every time when i publish packages i need to build every package. But i think i only want to build the packages need to be published.
It also works. changeset publish can publish the corrent packages i want to publish. But if i don't build all packages every time, it will be better!

@hellomrbigshot hellomrbigshot changed the title Who to only build changed package How to build the changed packages instead of building all packages Aug 25, 2024
@hellomrbigshot
Copy link
Author

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

1 participant