From 6543248b82fa8cf4f7f0c5d3204c133be13fc27d Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Wed, 10 Oct 2018 10:44:28 -0700 Subject: [PATCH] fix: follow log --- web3.js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web3.js/package.json b/web3.js/package.json index 8aef6cd373..6f0f2f9e16 100644 --- a/web3.js/package.json +++ b/web3.js/package.json @@ -43,7 +43,7 @@ "localnet:up": "bin/localnet.sh up", "localnet:down": "bin/localnet.sh down", "localnet:update": "bin/localnet.sh update", - "localnet:logs": "bin/localnet.sh logs", + "localnet:logs": "bin/localnet.sh logs -f", "ok": "npm run lint && npm run flow && npm run test && npm run doc", "prepare": "npm run clean && npm run ok && npm run build", "examples": "set -ex; for example in examples/*.js; do node $example; done",