Skip to content

Commit b799114

Browse files
authored
Add .cache dir to Turbo's cache (Shopify#7142)
An attempt at fixing the recent build errors surrounding: > Cannot find module '../../.cache/site.json' or its corresponding type declarations. Not sure if this is the right strategy 🤷‍♀️ Tests for this solution have passed 3 times, but it could be a fluke.
1 parent 0ccc981 commit b799114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

turbo.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"baseBranch": "origin/main",
44
"pipeline": {
55
"build": {
6-
"outputs": ["dist/**", ".next/**", "build/**"],
6+
"outputs": ["dist/**", ".next/**", "build/**", ".cache/**"],
77
"dependsOn": ["^build"]
88
},
99
"test": {

0 commit comments

Comments
 (0)