From 66290e217fbcac2a8c592fcbc1f898c098515590 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Sun, 7 Dec 2014 00:29:52 -0800 Subject: [PATCH] build libbitcoind.so on install. --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index f6029e81..675de96a 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,8 @@ "url": "https://github.com/chjj/bitcoind.js/issues" }, "scripts": { - "test": "NODE_ENV=test mocha -R spec" + "install": "./build-libbitcoind.sh remote", + "start": "node example" }, "tags": [ "bitcoin",