fix: follow log

This commit is contained in:
Michael Vines
2018-10-10 10:44:28 -07:00
parent 1dade364cc
commit 6543248b82

View File

@ -43,7 +43,7 @@
"localnet:up": "bin/localnet.sh up", "localnet:up": "bin/localnet.sh up",
"localnet:down": "bin/localnet.sh down", "localnet:down": "bin/localnet.sh down",
"localnet:update": "bin/localnet.sh update", "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", "ok": "npm run lint && npm run flow && npm run test && npm run doc",
"prepare": "npm run clean && npm run ok && npm run build", "prepare": "npm run clean && npm run ok && npm run build",
"examples": "set -ex; for example in examples/*.js; do node $example; done", "examples": "set -ex; for example in examples/*.js; do node $example; done",