How to install latest commit from git ?
-
Hi,
I would be happy to get some help here. You just committed a fix to a bug I created in the
jsreport-docx
package, but the new package hasn't been released yet.How can I install the latest commit on my production server, as the
jsreport-docx
is not a standalone repo?
-
I am afraid that is the downside of the monorepo...
I guess the easiest is to just replace the affected files "manually". This means with aDockerfile
step or with some script.