File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments