Skip to content

Commit ba1174f

Browse files
committed
Fixed preinstall script
1 parent 39ddcd8 commit ba1174f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@
3737
"chai": "^1.10.0"
3838
},
3939
"scripts": {
40-
"preinstall": " ",
40+
"preinstall": "node -e 'process.exit(0)'",
4141
"install": "node-pre-gyp install --fallback-to-build",
42+
"rebuild": "node-pre-gyp rebuild",
4243
"test": "mocha --debug"
4344
}
4445
}

0 commit comments

Comments
 (0)