File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 32
32
"test:e2e" : " jest --config ./test/jest-e2e.json -w 1" ,
33
33
"typeorm" : " ts-node -r tsconfig-paths/register ./node_modules/typeorm/cli.js -d ./config/ormconfig.ts" ,
34
34
"test:api" : " cross-env NODE_ENV=test ts-mocha --paths -p test/api/api.tsconfig.json --config ./test/api/.mocharc.yml" ,
35
- "test:api:cov" : " nyc --reporter=html --reporter=text --reporter=text-summary yarn run test:api" ,
36
- "test:api:ci:cov" : " nyc -r text -r text-summary -r html yarn run test:api --reporter mocha-multi-reporters --reporter-options configFile=test/api/reporters.json && nyc merge .nyc_output ./coverage/test-run-coverage.json" ,
35
+ "test:api:cov" : " cross-env BUILD_TYPE=DOCKER_ON_PREMISE nyc --reporter=html --reporter=text --reporter=text-summary yarn run test:api" ,
36
+ "test:api:ci:cov" : " cross-env BUILD_TYPE=DOCKER_ON_PREMISE nyc -r text -r text-summary -r html yarn run test:api --reporter mocha-multi-reporters --reporter-options configFile=test/api/reporters.json && nyc merge .nyc_output ./coverage/test-run-coverage.json" ,
37
37
"typeorm:migrate" : " cross-env NODE_ENV=staging yarn typeorm migration:generate ./migration/migration" ,
38
38
"typeorm:run" : " yarn typeorm migration:run"
39
39
},
You can’t perform that action at this time.
0 commit comments