Skip to content

Commit

Permalink
Merge pull request #4 from entria/fix/prebuild
Browse files Browse the repository at this point in the history
fix(prebuild): prebuild-install not works, only prebuild
  • Loading branch information
edumaciel10 authored Sep 27, 2023
2 parents bd4edcb + c84e7a8 commit 6aedef6
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 @@ -72,7 +72,7 @@
},
"scripts": {
"apply-patches": "patch-package",
"install": "prebuild-install || node-gyp rebuild",
"install": "prebuild || node-gyp rebuild",
"prebuild": "prebuild",
"rebuild": "node-gyp rebuild",
"release:major": "npm version major && git push --follow-tags",
Expand Down

0 comments on commit 6aedef6

Please sign in to comment.