node-sass
node-sass copied to clipboard
How to set a different artifact name pattern
Hello,
the private repository at my company provides binaries with different name patterns than those allowed by this library.
I need a way to construct the binary name dynamically using the version of the package being installed. Something like this:
SASS_BINARY_NAME=linux-x64-57_binding-v{$version}.node
Also, the name pattern should be for the whole name of the artifact, no need to append stuff, limiting the names we can give...
Is something like this currently possible?
You can deploy your binary directly with a proper name we expect into vendor/linux-x64-57/binding.node file and this should work.
We don't support patterns in the names like this.