File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 27
27
"posttest" : " npm run clear-mlaunch" ,
28
28
"posttest-ci" : " npm run clear-mlaunch -- --killAllMongod" ,
29
29
"posttest-e2e-ci" : " npm run clear-mlaunch -- --killAllMongod" ,
30
- "test" : " rimraf .nyc_output && lerna exec --stream -- 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" ,
32
- "test-ci-nocoverage" : " lerna exec --stream -- npm run test-ci" ,
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 -- nyc --no-clean --cwd ../.. --reporter=none npm run test-ci && npm run report-coverage" ,
32
+ "test-ci-nocoverage" : " lerna exec -- npm run test-ci" ,
33
33
"test-e2e" : " lerna run --stream test-e2e" ,
34
34
"test-e2e-ci" : " lerna run --stream test-e2e-ci" ,
35
35
"test-connectivity" : " lerna run --stream test-connectivity" ,
You can’t perform that action at this time.
0 commit comments