Skip to content

Commit 6aedef6

Browse files
authored
Merge pull request #4 from entria/fix/prebuild
fix(prebuild): prebuild-install not works, only prebuild
2 parents bd4edcb + c84e7a8 commit 6aedef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
},
7373
"scripts": {
7474
"apply-patches": "patch-package",
75-
"install": "prebuild-install || node-gyp rebuild",
75+
"install": "prebuild || node-gyp rebuild",
7676
"prebuild": "prebuild",
7777
"rebuild": "node-gyp rebuild",
7878
"release:major": "npm version major && git push --follow-tags",

0 commit comments

Comments
 (0)