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

Use pnpm and Nx to manage the monorepo #4275

Draft
wants to merge 1 commit into
base: rjsf-v6
Choose a base branch
from

Commits on Aug 18, 2024

  1. Use pnpm, nx

    - Use pnpm for package management
      - Improves developer experience by allowing us to reference workspace package dependencies that are replaced at publish-time, removing the need to release new versions just for the sake of upgrading peer dependencies ()
      - Improves developer experience by being faster than npm
    - Fully use Nx for monorepo management (drop Lerna aliases, which just used Nx under the hood)
    nickgros committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    74de4b5 View commit details
    Browse the repository at this point in the history