File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 28
28
"posttest-ci" : " npm run clear-mlaunch -- --killAllMongod" ,
29
29
"posttest-e2e-ci" : " npm run clear-mlaunch -- --killAllMongod" ,
30
30
"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" ,
32
32
"test-e2e" : " lerna run --stream test-e2e" ,
33
33
"test-e2e-ci" : " lerna run --stream test-e2e-ci" ,
34
34
"test-connectivity" : " lerna run --stream test-connectivity" ,
You can’t perform that action at this time.
0 commit comments