Closed JasonMHasperhoven closed 1 week ago
Latest commit: e415f56acf465175945e74a27c4d6cb2c76ca7c9
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Nice, lgtm.
Would be helpful to get a demo of this local workflow in an upcoming sync
Would be helpful to get a demo of this local workflow in an upcoming sync
Sure thing!
Currently pnpm linking does not work because the exports inside the package.json files of the packages refer to the src files:
This script can temporarily set the exports to the value of the
publishConfig.exports
, so that the exports will point to the dist folder.It would work like this: