Skip to content

Commit

Permalink
* Do not use prebuild binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
avohmincevs committed Sep 21, 2021
1 parent 3f546d3 commit 85ac2ff
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"dependencies": {
"bindings": "^1.5.0",
"integer": "^2.1.0",
"prebuild-install": "^5.3.2",
"tar": "4.4.10"
},
"devDependencies": {
Expand All @@ -21,11 +20,10 @@
"fs-extra": "^8.1.0",
"mocha": "^6.2.0",
"nodemark": "^0.3.0",
"prebuild": "^9.1.1",
"sqlite": "^3.0.3"
},
"scripts": {
"install": "prebuild-install || npm run build-release",
"install": "npm run build-release",
"build-release": "node-gyp rebuild --release",
"build-debug": "node-gyp rebuild --debug",
"rebuild-release": "npm run lzz && npm run build-release",
Expand Down

0 comments on commit 85ac2ff

Please sign in to comment.