Skip to content

Commit f0bea90

Browse files
committed
Prebuildify only a selection of the versions to reduce size
1 parent 9fef1da commit f0bea90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
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 electron@5.0.13 -t electron@6.1.12 -t electron@7.3.3 -t electron@8.5.5 -t electron@9.4.4 -t electron@10.4.3 -t electron@11.4.3 --strip",
31+
"prebuildify-ia32": "prebuildify --arch=ia32 -t 15.7.0 -t 14.16.1 -t 12.4.0 -t electron@5.0.13 -t electron@6.1.12 -t electron@7.3.3 -t electron@8.5.5 -t electron@9.4.4 -t electron@10.4.3 -t electron@11.4.3 --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)