core
core copied to clipboard
Allow for publishing preview builds of unreleased packages
It should be possible to publish a preview build for a new package before creating its first release.
Unfortunately, Yarn expects a package for which a preview build is being created to exist, particularly if other packages depend on that package.
I have started work on a branch here: https://github.com/MetaMask/core/tree/fix-preview-builds-for-new-packages. But it is certainly still WIP.
Got another report of this today from another team.
Got another report about this. Bumping this in priority.