From c84e7a8f89b1322006023c62ce07fbea0c165051 Mon Sep 17 00:00:00 2001 From: Eduardo Maciel Date: Wed, 27 Sep 2023 14:53:29 -0300 Subject: [PATCH] fix(prebuild): prebuild-install not works, only prebuild --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5366b8a..1dcea84 100644 --- a/package.json +++ b/package.json @@ -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",