Skip to content

Commit 8cddfd7

Browse files
committed
fix: follow log
1 parent 88e9575 commit 8cddfd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"localnet:up": "bin/localnet.sh up",
4444
"localnet:down": "bin/localnet.sh down",
4545
"localnet:update": "bin/localnet.sh update",
46-
"localnet:logs": "bin/localnet.sh logs",
46+
"localnet:logs": "bin/localnet.sh logs -f",
4747
"ok": "npm run lint && npm run flow && npm run test && npm run doc",
4848
"prepare": "npm run clean && npm run ok && npm run build",
4949
"examples": "set -ex; for example in examples/*.js; do node $example; done",

0 commit comments

Comments
 (0)