We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9dcc7b commit 809aa8fCopy full SHA for 809aa8f
turbo.json
@@ -17,7 +17,7 @@
17
"env": ["BASE_PATH", "REACT_COMPILER", "E2E_NO_CACHE_ON_RERUN"]
18
},
19
"e2e-remix#build": {
20
- "outputs": ["dist/**", "cypress/**"],
+ "outputs": ["build/**", "cypress/**"],
21
"dependsOn": ["^build"],
22
"env": ["REACT_COMPILER", "E2E_NO_CACHE_ON_RERUN"]
23
@@ -27,7 +27,7 @@
27
28
29
"e2e-react-router-v7#build": {
30
+ "outputs": [".react-router/**", "build/**", "cypress/**"],
31
32
33
0 commit comments