Skip to content

Commit 2c2874c

Browse files
authored
Merge pull request #454 from aminya/prebuildift-selectively
Prebuildify only a selection of the versions to reduce size
2 parents 9fef1da + f0bea90 commit 2c2874c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"scripts": {
2828
"install": "node-gyp-build || npm run build:libzmq",
2929
"build:libzmq": "node-gyp rebuild",
30-
"prebuildify": "prebuildify --all --strip",
31-
"prebuildify-ia32": "prebuildify --arch=ia32 --all --strip",
30+
"prebuildify": "prebuildify -t 15.7.0 -t 14.16.1 -t 12.4.0 -t [email protected] -t [email protected] -t [email protected] -t [email protected] -t [email protected] -t [email protected] -t [email protected] --strip",
31+
"prebuildify-ia32": "prebuildify --arch=ia32 -t 15.7.0 -t 14.16.1 -t 12.4.0 -t [email protected] -t [email protected] -t [email protected] -t [email protected] -t [email protected] -t [email protected] -t [email protected] --strip",
3232
"build:docs": "jsdoc -R README.md -d docs lib/*.js",
3333
"test": "mocha --expose-gc --slow 300",
3434
"test:electron": "electron-mocha --slow 300",

0 commit comments

Comments
 (0)