This repository was archived by the owner on Apr 13, 2025. It is now read-only.
This repository was archived by the owner on Apr 13, 2025. It is now read-only.
Publish current development version in some format that can be consumed by npm #235
Closed
Description
Description
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)
Not sure yet which route we're going with...