We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 853536f + c0561a3 commit 098e45bCopy full SHA for 098e45b
build.js
@@ -1,3 +1,4 @@
1
+#!/usr/bin/env node
2
const exec = require('child_process').exec;
3
4
if (process.platform === 'linux' || process.platform === 'darwin') {
package.json
@@ -22,7 +22,7 @@
22
"node": ">=0.8"
23
},
24
"scripts": {
25
- "install": "node build.js && prebuild --install",
+ "install": "prebuild --install",
26
"test": "mocha --expose-gc --slow 2000 --timeout 600000"
27
28
"keywords": [
0 commit comments