Skip to content

Commit 098e45b

Browse files
authored
Merge pull request #19 from nteract/dev-install
install must rely only on prebuild
2 parents 853536f + c0561a3 commit 098e45b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env node
12
const exec = require('child_process').exec;
23

34
if (process.platform === 'linux' || process.platform === 'darwin') {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"node": ">=0.8"
2323
},
2424
"scripts": {
25-
"install": "node build.js && prebuild --install",
25+
"install": "prebuild --install",
2626
"test": "mocha --expose-gc --slow 2000 --timeout 600000"
2727
},
2828
"keywords": [

0 commit comments

Comments
 (0)