Introduce publish step to deploy built packages to a registry #756
alex-kovalenko1982
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
@ia3andy thoughts? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Would be great to introduce additional step in the quinoa package manager commands section to enable publishing built UI module to a local/remote registry. This is especially useful for modules that contain only some shared angular/react components that shall be only built and published to be further included as dependencies into other modules but not run or served standalone.
Suggestion for new config property:
quarkus.quinoa.package-manager-command.publish
that gets value to construct deploy command likenpm publish --arguments
if possible the new command shall be linked to deploy phase of the maven/gradle tool.
Beta Was this translation helpful? Give feedback.
All reactions