Skip to content

Commit

Permalink
Exclude 32-bit builds
Browse files Browse the repository at this point in the history
  • Loading branch information
kriszyp committed Nov 5, 2021
1 parent 11ec0f2 commit 650edad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
},
"scripts": {
"install": "node-gyp-build",
"prebuild": "prebuildify --target 14.17.0 --arch=ia32 && prebuildify --target 14.17.6 && prebuildify --target 12.17.0 --arch=ia32 && prebuildify --target 12.17.0 && prebuildify --target [email protected]",
"prebuild": "prebuildify --target 17.0.1 && prebuildify --target 16.9.0 && prebuildify --target 15.5.0 && prebuildify --target 14.17.6 && prebuildify --target 12.17.0 && prebuildify --target [email protected]",
"prebuild-arm64": "prebuildify --arch=arm64 --target 17.0.1 && prebuildify --arch=arm64 --target 16.9.0 && prebuildify --arch=arm64 --target 14.17.6",
"before-publish": "prebuildify --target 17.0.1 && prebuildify --target 16.9.0 && prebuildify --target 15.5.0 && prebuildify --target 14.17.0 --arch=ia32 && prebuildify --target 14.17.6 && prebuildify --target 12.17.0 --arch=ia32 && prebuildify --target 12.17.0 && prebuildify --target [email protected]",
"before-publish": "prebuildify --target 17.0.1 && prebuildify --target 16.9.0 && prebuildify --target 15.5.0 && prebuildify --target 14.17.6 && prebuildify --target 12.17.0 && prebuildify --target [email protected]",
"recompile": "node-gyp clean && node-gyp configure && node-gyp build -d",
"test": "mocha test/**.test.js --recursive && npm run test:types",
"test2": "mocha tests -u tdd",
Expand Down

0 comments on commit 650edad

Please sign in to comment.