Affected Packages
@changesets/cli
Problem
I'm using clean-publish to publish packages, but it is not configurable in changesets, both of the two will run npm publish inside which makes them incompatible.
Proposed solution
{
"publish": "npm run clean-publish"
}