Skip to content

Commit 853536f

Browse files
authored
Merge pull request #18 from captainsafia/fix-preinstall
Avoid using preinstall
2 parents cd593bb + d801f1d commit 853536f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
"node": ">=0.8"
2323
},
2424
"scripts": {
25-
"preinstall": "node build.js",
26-
"install": "prebuild --install",
25+
"install": "node build.js && prebuild --install",
2726
"test": "mocha --expose-gc --slow 2000 --timeout 600000"
2827
},
2928
"keywords": [

0 commit comments

Comments
 (0)