Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
[AUTH] - fix build
  • Loading branch information
jnsdls committed Sep 1, 2022
commit f19dfead198350a2e961b058aec2ce239d0087d4
5 changes: 5 additions & 0 deletions .changeset/wise-trains-cry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@thirdweb-dev/auth": patch
---

re-enable cache for auth build output
3 changes: 1 addition & 2 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
},
"auth#build": {
"outputs": ["dist/**", "express/**", "next/**", "next-auth/**"],
"dependsOn": ["^build"],
"cache": false
"dependsOn": ["^build"]
},
"solana#build": {
"outputs": ["dist/**", "server/**"],
Expand Down