Skip to content

Commit

Permalink
Use relative path for dotnet test output (remove cross-env package)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Dorner committed Oct 17, 2020
1 parent 62ec9da commit c7b8acb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 54 deletions.
52 changes: 0 additions & 52 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit c7b8acb

Please sign in to comment.