Skip to content

Commit

Permalink
try prebuild-install
Browse files Browse the repository at this point in the history
  • Loading branch information
bengl committed May 23, 2020
1 parent 85ebbfb commit f2d44f3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Dynamic C function calls from JS, powered by dyncall.",
"main": "lib/index.js",
"scripts": {
"install": "prebuild -t 5 -r napi --backend cmake-js",
"install": "prebuild-install || prebuild -t 5 -r napi --backend cmake-js",
"bench": "node test/bench.js",
"test": "node test/test.js",
"clean": "rm -rf build prebuilds"
Expand All @@ -29,11 +29,12 @@
},
"homepage": "https://github.com/bengl/sbffi#readme",
"dependencies": {
"prebuild": "^10.0.0"
"prebuild-install": "^5.3.4"
},
"devDependencies": {
"cmake-js": "^6.1.0",
"pitesti": "^3.0.0"
"pitesti": "^3.0.0",
"prebuild": "^10.0.0"
},
"binary": {
"napi_versions": [
Expand Down

0 comments on commit f2d44f3

Please sign in to comment.