JeromeFitz / packages

Monorepo for stuff that I use frequently: Design System, Gitmoji, Lint Config, Notion, Semantic Release, etc.
https://jeromefitzgerald.com
MIT License
68 stars 8 forks source link

internal reliance on packages for npm dist #360

Closed JeromeFitz closed 2 years ago

JeromeFitz commented 2 years ago

We have a condition where the following packages:

Rely on package.json:

      "@jeromefitz/conventional-gitmoji": "*",

Which causes a stagger build process with npm.

Please determine if we can instead:

Preference would be to remove the need to externally depend on npm

JeromeFitz commented 2 years ago

Too much yarn link 🤮

Fixed with latest builds.