Skip to content

Move to pnpm #11

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

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

Conversation

NullVoxPopuli
Copy link

Builds on top of

moving to pnpm is happening because:

  1. faster local install
  2. I'm going to start extracting packages
    In particular, I want to make the "test client" (test-client.js) stuff all its own package, as well as another package which contains all the component definitions that the different apps will use.
    So, I'm thinking something like:
    packages:
     - '.' # root, current app
     - 'libraries/*'
       # e.g.: test-client, common-components
     - 'app-at-version/*' 
       # e.g.: ember-5.0, ember-5.5, ember-5.10, etc
       #   these apps will depend on both test-client and common-components
       #   and be fully runnable on their own.
       #   The current app would then be an aggregator of the localStorage outputs of each app
    

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant