Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Restore prebuild-install
Browse files Browse the repository at this point in the history
  • Loading branch information
smashwilson committed Jan 7, 2019
1 parent 2fc72e3 commit 54baca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "lib/index.js",
"bin": "lib/cli.js",
"scripts": {
"install": "node-gyp rebuild",
"install": "prebuild-install || node-gyp rebuild",
"pre-build": "prebuild --all --strip --verbose",
"pre-build:upload": "prebuild --upload-all",
"lint": "npm run lint:js && npm run lint:cpp",
Expand Down

0 comments on commit 54baca6

Please sign in to comment.