Skip to content

Commit b996572

Browse files
committed
add stream back for local test
1 parent 410477f commit b996572

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
@@ -31,7 +31,7 @@
3131
"repl": "node tools/repl.js",
3232
"release": "ts-node-script scripts/release/cli.ts",
3333
"pretest": "node tools/pretest.js",
34-
"test": "lerna run --concurrency 4 test",
34+
"test": "lerna run --concurrency 4 --stream test",
3535
"test:ci": "lerna run --concurrency 4 test:ci",
3636
"test:release": "lerna run --concurrency 4 --ignore @firebase/*-exp --ignore firebase-exp test:ci",
3737
"test:exp": "lerna run --concurrency 4 --scope @firebase/*-exp --scope firebase-exp test",

0 commit comments

Comments
 (0)