We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dd20c9 commit 6b8431dCopy full SHA for 6b8431d
redisinsight/api/package.json
@@ -35,7 +35,7 @@
35
"typeorm": "ts-node -r tsconfig-paths/register ./node_modules/typeorm/cli.js -d ./config/ormconfig.ts",
36
"test:api": "cross-env NODE_ENV=test ts-mocha --paths --config ./test/api/.mocharc.yml",
37
"test:api:cov": "nyc --reporter=html --reporter=text --reporter=text-summary yarn run test:api",
38
- "test:api:ci:cov": "cross-env NODE_ENV=test nyc --temp-dir .nyc_output --report-dir coverage --instrument -r text -r text-summary -r html yarn run test:api --reporter mocha-multi-reporters --reporter-options configFile=test/api/reporters.json && ls -la .nyc_output && nyc merge .nyc_output ./coverage/test-run-coverage.json",
+ "test:api:ci:cov": "cross-env NODE_ENV=test nyc --temp-dir coverage/.nyc_output --report-dir coverage --instrument -r text -r text-summary -r html yarn run test:api --reporter mocha-multi-reporters --reporter-options configFile=test/api/reporters.json && ls -la coverage/.nyc_output && nyc merge coverage/.nyc_output ./coverage/test-run-coverage.json",
39
"typeorm:migrate": "cross-env NODE_ENV=staging yarn typeorm migration:generate ./migration/migration",
40
"typeorm:run": "yarn typeorm migration:run",
41
"typeorm:run:stage": "cross-env NODE_ENV=staging yarn typeorm migration:run"
0 commit comments