Skip to content

Commit

Permalink
add prebuild-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangruber committed Dec 7, 2016
1 parent 09f59ff commit 5e18f24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,15 @@
"monotonic-timestamp": "~0.0.8",
"node-uuid": "~1.4.3",
"optimist": "~0.6.1",
"prebuild-ci": "^1.0.9",
"readfiletree": "~0.0.1",
"rimraf": "~2.5.0",
"slump": "~2.0.0",
"tape": "^4.5.1"
},
"scripts": {
"install": "prebuild --install",
"test": "tape test/*-test.js | faucet",
"test": "(tape test/*-test.js | faucet) && prebuild-ci",
"rebuild": "prebuild --compile",
"prebuild": "prebuild --all --strip --verbose"
},
Expand Down

0 comments on commit 5e18f24

Please sign in to comment.