Skip to content

Commit db6ed54

Browse files
committed
chore: fix test caching
1 parent b85316d commit db6ed54

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nx.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
}
7070
},
7171
"unit-test": {
72+
"cache": true,
7273
"outputs": [
7374
"{workspaceRoot}/coverage/{projectName}/unit-tests/lcov.info"
7475
],
@@ -81,6 +82,7 @@
8182
}
8283
},
8384
"int-test": {
85+
"cache": true,
8486
"outputs": ["{workspaceRoot}/coverage/{projectName}/int-tests/lcov.info"],
8587
"executor": "@nx/vite:test",
8688
"options": {

0 commit comments

Comments
 (0)