Skip to content

Commit 809aa8f

Browse files
committed
chore: Fix cache keys for build outputs
1 parent c9dcc7b commit 809aa8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

turbo.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"env": ["BASE_PATH", "REACT_COMPILER", "E2E_NO_CACHE_ON_RERUN"]
1818
},
1919
"e2e-remix#build": {
20-
"outputs": ["dist/**", "cypress/**"],
20+
"outputs": ["build/**", "cypress/**"],
2121
"dependsOn": ["^build"],
2222
"env": ["REACT_COMPILER", "E2E_NO_CACHE_ON_RERUN"]
2323
},
@@ -27,7 +27,7 @@
2727
"env": ["REACT_COMPILER", "E2E_NO_CACHE_ON_RERUN"]
2828
},
2929
"e2e-react-router-v7#build": {
30-
"outputs": ["dist/**", "cypress/**"],
30+
"outputs": [".react-router/**", "build/**", "cypress/**"],
3131
"dependsOn": ["^build"],
3232
"env": ["REACT_COMPILER", "E2E_NO_CACHE_ON_RERUN"]
3333
},

0 commit comments

Comments
 (0)