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

feat: add lerna and use yarn workspaces #50

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

feat: add lerna and use yarn workspaces #50

wants to merge 4 commits into from

Conversation

yum0e
Copy link
Contributor

@yum0e yum0e commented Aug 18, 2023

  • add lerna for a better package management (versioning and publishing)
  • use yarn workspaces to fix poor package dependency management
    • Types are now in the private @sismo-core/sismo-connect-common package
    • All other packages rely on this package for common types (except the solidity package)
    • All packages are now built with the last code available instead of a remote version

We need to migrate to yarn v.2 or v.3 to use the workspace keyword, Yarn classic does not support it.

workspaces to rely on only one package dependency for types
@yum0e yum0e changed the title feat: add lerna for package versioning and publishing, use yarn feat: add lerna and use yarn workspaces Aug 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant