Skip to content

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

Open
@hellomrbigshot

Description

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!

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions