Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

💡 [REQUEST] - Configure yarn workspaces properly after release #1365

Open
freemanzMrojo opened this issue Sep 30, 2024 · 0 comments
Open
Labels
dependencies Pull requests that update a dependency file Priority: Medium Type: Enhancement

Comments

@freemanzMrojo
Copy link
Member

freemanzMrojo commented Sep 30, 2024

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).

@freemanzMrojo freemanzMrojo added Type: Enhancement dependencies Pull requests that update a dependency file Priority: Medium labels Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file Priority: Medium Type: Enhancement
Projects
None yet
Development

No branches or pull requests

1 participant