File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
packages/node-runtime-worker-thread Expand file tree Collapse file tree 2 files changed +3
-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 -- nyc --no-clean --cwd ../.. --reporter=none npm run test-ci && 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
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" ,
Original file line number Diff line number Diff line change 19
19
"scripts" : {
20
20
"pretest" : " npm run webpack-build-dev -- --no-stats --no-devtool" ,
21
21
"test" : " cross-env TS_NODE_PROJECT=./tsconfig.test.json mocha --timeout 15000 --colors -r ts-node/register \" ./src/**/*.spec.ts\" " ,
22
+ "posttest" : " echo 'We are done with the tests'" ,
22
23
"pretest-ci" : " npm run webpack-build -- --no-stats --no-devtool" ,
23
24
"test-ci" : " cross-env TS_NODE_PROJECT=./tsconfig.test.json mocha --timeout 15000 -r ts-node/register \" ./src/**/*.spec.ts\" " ,
25
+ "posttest-ci" : " echo 'We are done with the tests'" ,
24
26
"lint" : " eslint \" ./src/**/*.{js,ts,tsx}\" " ,
25
27
"check" : " npm run lint" ,
26
28
"webpack-build" : " webpack --mode production" ,
You can’t perform that action at this time.
0 commit comments