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

needed infra maintainence #1412

Open
NullVoxPopuli opened this issue Jun 9, 2023 · 1 comment
Open

needed infra maintainence #1412

NullVoxPopuli opened this issue Jun 9, 2023 · 1 comment

Comments

@NullVoxPopuli
Copy link
Collaborator

NullVoxPopuli commented Jun 9, 2023

This is the setup that I've used on my latest project, https://github.com/universal-ember/ember-primitives

  • publint -- verifies that your package (tgz) is correct
  • are the type wrong -- lint that verifies that published types are correct, and package.json agrees
  • turbo
    • to orchestrate various scripts (are-the-type-wrong needs npm pack first, for example
    • v1 level DX in v2 addon monorepo (partially via sync-dependencies-meta-injected (which often required when v2 addons need peers to resolve correctly in their test apps))
    • cached job running (saves the environment)

This should probably be applied to all the v2 addons, tbh.
It's a lot to set up right now, but I think with a couple more package additions and lints, it can be fairly easy to maintain -- just have to write those lints

@NullVoxPopuli
Copy link
Collaborator Author

blocked on needing type=module

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

No branches or pull requests

1 participant