Skip to content

Commit

Permalink
only prebuild the versions currently supported by Node and Electron (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey committed May 23, 2019
1 parent f46fc0f commit dbceb16
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"benchmark": "ts-node benchmarks/reg.ts",
"prettier": "prettier --write lib/*.ts test/*.ts",
"check-prettier": "prettier --list-different lib/*.ts test/*.ts",
"prebuild-node": "prebuild -t 8.9.0 -t 9.4.0 -t 10.11.0 -t 11.9.0 -t 12.0.0 --strip",
"prebuild-node-ia32": "prebuild -t 8.9.0 -t 9.4.0 -a ia32 --strip",
"prebuild-electron": "prebuild -t 2.0.0 -t 3.0.0 -t 4.0.4 -t 5.0.0 -r electron --strip",
"prebuild-electron-ia32": "prebuild -t 2.0.0 -t 3.0.0 -t 4.0.4 -t 5.0.0 -r electron -a ia32 --strip",
"prebuild-node": "prebuild -t 10.11.0 -t 11.9.0 -t 12.0.0 --strip",
"prebuild-node-ia32": "prebuild -t 10.11.0 -t 11.9.0 -t 12.0.0 -a ia32 --strip",
"prebuild-electron": "prebuild -t 3.0.0 -t 4.0.4 -t 5.0.0 -r electron --strip",
"prebuild-electron-ia32": "prebuild -t 3.0.0 -t 4.0.4 -t 5.0.0 -r electron -a ia32 --strip",
"upload": "node ./script/upload.js"
},
"repository": {
Expand Down

0 comments on commit dbceb16

Please sign in to comment.