We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39ddcd8 commit ba1174fCopy full SHA for ba1174f
1 file changed
package.json
@@ -37,8 +37,9 @@
37
"chai": "^1.10.0"
38
},
39
"scripts": {
40
- "preinstall": " ",
+ "preinstall": "node -e 'process.exit(0)'",
41
"install": "node-pre-gyp install --fallback-to-build",
42
+ "rebuild": "node-pre-gyp rebuild",
43
"test": "mocha --debug"
44
}
45
0 commit comments