Skip to content

Commit c8d1660

Browse files
committed
no cache
1 parent 2db4993 commit c8d1660

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

packages/wrangler/turbo.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,12 @@
5858
},
5959
"test:ci": {
6060
"dependsOn": ["build"],
61-
"env": ["VITEST", "NODE_DEBUG", "MINIFLARE_WORKERD_PATH"]
61+
"env": [
62+
"VITEST",
63+
"NODE_DEBUG",
64+
"MINIFLARE_WORKERD_PATH"
65+
],
66+
"cache": false
6267
},
6368
"test:e2e": {
6469
"inputs": ["e2e/**"],

0 commit comments

Comments
 (0)