vechain-sdk-js
vechain-sdk-js copied to clipboard
💡 [REQUEST] - Configure `yarn workspaces` properly after release
Summary
The goal of this ticket is to configure the repo following yarn workspaces.
Currently it does not work because of an issue of yarn 1.X dealing with prerelease versions, like beta
in our case. This issue is currently open in the yarn
repo.
Basic Example
You can find an example with Turbo here.
It is also possible to try this out with the current setup by, let's say, replacing the errors
dependency at logging
by @vechain/sdk-errors: "*"
, being the version
in the package.json
of errors
a non-prerelease one (for instance, 1.1.1
).