Is your feature request related to a problem? Please describe.
I'm trying to package tileserver-gl for Nix, which requires the build process to be sandboxed. Since this npm package tries to download from GH, that doesn't work.
Describe the solution you'd like
I'd like an env var that, when set, causes the npm package to be built from source, rather than downloaded.
Thanks!