Skip to content

Commit 07d5e33

Browse files
committed
chore: Remove stream from package.json
1 parent c6b0168 commit 07d5e33

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
@@ -28,7 +28,7 @@
2828
"posttest-ci": "npm run clear-mlaunch -- --killAllMongod",
2929
"posttest-e2e-ci": "npm run clear-mlaunch -- --killAllMongod",
3030
"test": "rimraf .nyc_output && lerna exec -- nyc --no-clean --cwd ../.. --reporter=none npm run test && npm run report-coverage",
31-
"test-ci": "rimraf .nyc_output && lerna exec --stream -- nyc --no-clean --cwd ../.. --reporter=none npm run test-ci && npm run report-coverage",
31+
"test-ci": "rimraf .nyc_output && lerna exec -- nyc --no-clean --cwd ../.. --reporter=none npm run test-ci && npm run report-coverage",
3232
"test-e2e": "lerna run --stream test-e2e",
3333
"test-e2e-ci": "lerna run --stream test-e2e-ci",
3434
"test-connectivity": "lerna run --stream test-connectivity",

0 commit comments

Comments
 (0)