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/v7 migration 1 #72

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Feat/v7 migration 1 #72

wants to merge 6 commits into from

Conversation

Ansonhkg
Copy link
Contributor

@Ansonhkg Ansonhkg commented Oct 23, 2024

What

Configured Yarn workspaces for better project management in the root directory.

Scripts Added:

  • yarn install:all: Installs dependencies across all workspaces.
  • yarn upgrade:all: Upgrades @lit-protocol/* dependencies in all workspaces.
  • yarn upgrade:all:alpha: Upgrades @lit-protocol/* to the alpha tag in all workspaces.
  • node ./update-workspaces.mjs: Collects all project paths and updates root package.json, renaming each workspace's package.json to a unique name relative to its path.

Package Naming (this is automatically done by the ./update-workspaces.mjs script

Proposed renaming generic package names like nodejs to names that reflect their relative project paths (e.g., wrapped-keys-eip-712-nodejs).

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