Skip to content

Commit 08e62f7

Browse files
committed
Don't cache test results
1 parent e30ec52 commit 08e62f7

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

turbo.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,12 @@
1717
"outputs": ["dist/**"]
1818
},
1919
"test": {
20-
"dependsOn": ["build"]
20+
"dependsOn": ["build"],
21+
"cache": false
2122
},
2223
"test-e2e": {
23-
"dependsOn": ["build"]
24+
"dependsOn": ["build"],
25+
"cache": false
2426
},
2527
"pack": {
2628
"env": ["VERCEL_URL"],

0 commit comments

Comments
 (0)