Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

chore: use npm7 workspaces instead of lerna bootstrap #3565

Merged
merged 4 commits into from
Aug 25, 2021

Commits on Mar 31, 2021

  1. chore: use npm7 workspaces instead of lerna bootstrap

    It's much faster!  npm@7 is required so people will need to upgrade
    if they are running node 14.  Node 15 comes with npm@7 so all good
    there.
    
    ```
    npm7
    
    real	2m30.996s
    user	8m11.495s
    sys	0m48.380sit
    
    lerna
    
    real	4m19.727s
    user	4m36.371s
    sys	0m51.310s
    ```
    achingbrain committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    b0d686c View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. Configuration menu
    Copy the full SHA
    cf87038 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f3b94b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cacff4b View commit details
    Browse the repository at this point in the history