Closed swain closed 2 years ago
In our new workflow for publishing NPM packages, pre-releasing on PRs is not supported.
We haven't yet identified a good solution -- for now, yarn link needs to be used.
yarn link
That's a bummer. It was awfully nice to be able to test with pre-release builds
Motivation
In our new workflow for publishing NPM packages, pre-releasing on PRs is not supported.
We haven't yet identified a good solution -- for now,
yarn link
needs to be used.