Skip to content

Commit

Permalink
Chore: Bypass turbo cache on ui-contexts (#26526)
Browse files Browse the repository at this point in the history
  • Loading branch information
tassoevan authored Aug 9, 2022
1 parent 37d8f59 commit 5f5b228
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 @@ -9,6 +9,10 @@
"dependsOn": ["^build"],
"outputs": ["dist/**"]
},
"@rocket.chat/ui-contexts#build": {
"dependsOn": ["^build"],
"cache": false
},
"testunit": {
"dependsOn": ["build"],
"outputs": []
Expand Down

0 comments on commit 5f5b228

Please sign in to comment.