Skip to content

Commit

Permalink
add dependsOn
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-tey committed Oct 9, 2023
1 parent 79195b9 commit b344bb8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
"dependsOn": ["^build"],
"outputs": ["!.next/cache/**", ".next/**", "dist/**"]
},
"@dub/ui#build": {
"dependsOn": ["@dub/utils#build"],
"outputs": []
},
"dev": {
"cache": false,
"persistent": true
Expand Down

0 comments on commit b344bb8

Please sign in to comment.