Skip to content

Commit

Permalink
chore: add test coverage data to nx test caches (#5828)
Browse files Browse the repository at this point in the history
* chore: add coverage/ directories to nx cache

* Update nx.json
  • Loading branch information
JoshuaKGoldberg committed Oct 16, 2022
1 parent 7699379 commit da597c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
"targetDefaults": {
"build": {
"dependsOn": ["^build"]
},
"test": {
"outputs": ["{projectRoot}/coverage"]
}
}
}

0 comments on commit da597c7

Please sign in to comment.