You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 13, 2025. It is now read-only.
It would be nice if we could publish the current development version. That way we can generate bundles in the cli that can use those and you don't need to add your bundle, that relies on a development version, to the lerna.json (like in skates-bundles).
Some ideas on how me might do this:
push compilation results to a separate branch (force push, otherwise the repo might get too big)
push compilation results to a separate repository (with history and the possibility of publishing feature branches that are not master)
publish on the official npm registry with the next dist-tag (you get a email for each package publication with no opt-out, no please not)
publish npm tarballs
publish on github package registry (only viable if they figured out unauthenticated reads)