nfroidure / ttf2woff2

Convert ttf files to woff2.
MIT License
297 stars 39 forks source link

node-gyp rebuild slow #44

Open wbern opened 5 years ago

wbern commented 5 years ago

When I install this package, the node-gyp rebuild process is pretty slow.

Is there a way to avoid this step?

Thanks in advance.

landtechjoe commented 1 year ago

This would be really useful. We'd like to be able to skip this install step in our CI environment. Some packages allow setting an environment like Cypress' CYPRESS_INSTALL_BINARY=0 that will prevent the download and install of the cypress binary. If there was something similar available for this so that we don't have to build it across every parallel step in our CI pipeline it would speed things up quite a bit