We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88e9575 commit 8cddfd7Copy full SHA for 8cddfd7
package.json
@@ -43,7 +43,7 @@
43
"localnet:up": "bin/localnet.sh up",
44
"localnet:down": "bin/localnet.sh down",
45
"localnet:update": "bin/localnet.sh update",
46
- "localnet:logs": "bin/localnet.sh logs",
+ "localnet:logs": "bin/localnet.sh logs -f",
47
"ok": "npm run lint && npm run flow && npm run test && npm run doc",
48
"prepare": "npm run clean && npm run ok && npm run build",
49
"examples": "set -ex; for example in examples/*.js; do node $example; done",
0 commit comments