Allow installation of prebuilt libvips binary from filesystem (#3196)

This commit is contained in:
Ankur Parihar
2022-04-24 23:17:57 +05:30
committed by GitHub
parent 75e5afcd42
commit 66a3ce5e55
3 changed files with 16 additions and 1 deletions

View File

@@ -82,7 +82,8 @@
"Joris Dugué <zaruike10@gmail.com>",
"Chris Banks <christopher.bradley.banks@gmail.com>",
"Ompal Singh <ompal.hitm09@gmail.com>",
"Brodan <christopher.hranj@gmail.com"
"Brodan <christopher.hranj@gmail.com",
"Ankur Parihar <ankur.github@gmail.com>"
],
"scripts": {
"install": "(node install/libvips && node install/dll-copy && prebuild-install) || (node install/can-compile && node-gyp rebuild && node install/dll-copy)",