Skip to content
Prev Previous commit
Next Next commit
fix cache issues?
  • Loading branch information
jnsdls committed Sep 1, 2022
commit 5b0f4dc2b2996cae0d5c3fc775ae6f3d93d76af1
9 changes: 4 additions & 5 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@
"outputs": ["dist/**"],
"dependsOn": ["^build"]
},
"sdk#build": {
"dependsOn": ["^build"]
},
"auth#build": {
"outputs": ["dist/**", "express/**", "next/**", "next-auth/**"],
"dependsOn": ["^build", "$CI"]
"dependsOn": ["^build"],
"cache": false
},
"solana#build": {
"outputs": ["dist/**", "server/**"]
"outputs": ["dist/**", "server/**"],
"dependsOn": ["^build"]
},
"test": {
"outputs": [],
Expand Down