You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@annotator.apache.org by GitBox <gi...@apache.org> on 2020/09/18 20:11:15 UTC

[GitHub] [incubator-annotator] tilgovi commented on issue #92: Make it possible for developers to install unreleased versions

tilgovi commented on issue #92:
URL: https://github.com/apache/incubator-annotator/issues/92#issuecomment-695063313


   > But perhaps we could still try make this work by making the top-level package the meta-package discussed in #90?
   
   That won't work because I think lerna and/or yarn enforces that the top-level package must be private and won't publish it.
   
   It might be possible to work _without_ lerna or yarn workspaces and just configure typescript and babel to know how to resolve everything, but we'd have to automate running yarn install separately for each package, they would all have their own yarn.lock, there would be no hoisting, and we might have to add all the development dependencies to each package.
   
   I think we are better off not trying to publish the root, if we can find any way make the packages consumable otherwise.
   
   Maybe GitHub Actions exist for this.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org