Hi, recently we has this fix merged to this repo that we ran into in our application. Since there is no release cut after that merge (btw, appreciate a new release now), we wanted to use the unpublished version via pnpm's Github package installation using
pnpm add github:uwdata/flechette#bbeb29d
But this is not really helpful as the package is missing a prepare script that is needed to build the package after pulling from the Github repo.
Hi, recently we has this fix merged to this repo that we ran into in our application. Since there is no release cut after that merge (btw, appreciate a new release now), we wanted to use the unpublished version via
pnpm's Github package installation usingpnpm add github:uwdata/flechette#bbeb29dBut this is not really helpful as the package is missing a
preparescript that is needed to build the package after pulling from the Github repo.