Skip to content

Commit

Permalink
Update turbo.json for certain tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rygine committed Oct 17, 2024
1 parent cb0d836 commit 92bc000
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,17 @@
"@xmtp/content-type-reply#test": {
"dependsOn": ["@xmtp/content-type-remote-attachment#build"],
"outputs": []
},
"@xmtp/content-type-remote-attachment#test": {
"dependsOn": ["@xmtp/consent-proof-signature#build"],
"outputs": []
},
"@xmtp/frames-client#test": {
"dependsOn": [
"@xmtp/consent-proof-signature#build",
"@xmtp/content-type-text#build"
],
"outputs": []
}
}
}

0 comments on commit 92bc000

Please sign in to comment.