Skip to content

Commit

Permalink
Fix turbo config
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigok committed Feb 23, 2023
1 parent 8249503 commit 669f4ca
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions turbo.json
Expand Up @@ -3,13 +3,11 @@
"pipeline": {
"build:ci": {
"dependsOn": ["^build"],
"outputs": ["dist/**"],
"cache": false
"outputs": ["dist/**"]
},
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**"],
"cache": false
"outputs": ["dist/**"]
},
"@rocket.chat/ui-contexts#build": {
"dependsOn": ["^build"],
Expand Down Expand Up @@ -44,6 +42,10 @@
"@rocket.chat/ui-contexts#build": {
"dependsOn": ["^build"],
"cache": false
},
"@rocket.chat/meteor#build:ci": {
"dependsOn": ["^build"],
"cache": false
}
}
}

0 comments on commit 669f4ca

Please sign in to comment.