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 410477f commit b996572Copy full SHA for b996572
package.json
@@ -31,7 +31,7 @@
31
"repl": "node tools/repl.js",
32
"release": "ts-node-script scripts/release/cli.ts",
33
"pretest": "node tools/pretest.js",
34
- "test": "lerna run --concurrency 4 test",
+ "test": "lerna run --concurrency 4 --stream test",
35
"test:ci": "lerna run --concurrency 4 test:ci",
36
"test:release": "lerna run --concurrency 4 --ignore @firebase/*-exp --ignore firebase-exp test:ci",
37
"test:exp": "lerna run --concurrency 4 --scope @firebase/*-exp --scope firebase-exp test",
0 commit comments