Use relative path for dotnet test output (remove cross-env package)

This commit is contained in:
Michal Dorner 2020-10-17 23:28:09 +02:00
parent 62ec9da2d6
commit c7b8acb0d7
No known key found for this signature in database
GPG key ID: 9EEE04B48DA36786
2 changed files with 1 additions and 54 deletions

View file

@ -12,7 +12,7 @@
"package": "ncc build --source-map --license licenses.txt",
"test": "jest",
"all": "npm run build && npm run format && npm run lint && npm run package && npm test",
"dotnet-report": "cross-env-shell dotnet test reports/dotnet/DotnetTests.XUnitTests --logger \"trx;LogFileName=$INIT_CWD/__tests__/fixtures/dotnet-trx.trx\""
"dotnet-fixture": "dotnet test reports/dotnet/DotnetTests.XUnitTests --logger \"trx;LogFileName=../../../../__tests__/fixtures/dotnet-trx.trx\""
},
"repository": {
"type": "git",
@ -34,7 +34,6 @@
"@types/node": "^14.11.2",
"@typescript-eslint/parser": "^4.3.0",
"@vercel/ncc": "^0.24.1",
"cross-env": "^7.0.2",
"eslint": "^7.10.0",
"eslint-plugin-github": "^4.1.1",
"eslint-plugin-jest": "^24.0.2",