The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/turbo.json

55 lines
962 B

{
"$schema": "https://turborepo.org/schema.json",
"pipeline": {
"build:ci": {
"dependsOn": ["^build"],
"outputs": ["dist/**"]
},
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**"]
},
"testunit": {
"dependsOn": ["build"],
"outputs": []
},
"lint": {
"dependsOn": ["build"],
"outputs": []
},
"translation-check": {
"outputs": []
},
"typecheck": {
"dependsOn": ["^build"],
"outputs": []
},
"dev": {
"dependsOn": ["^dev"],
"cache": false
},
"dsv": {
"dependsOn": ["build"],
"cache": false
},
"ms": {
"dependsOn": ["^build"]
},
"@rocket.chat/ui-contexts#build": {
"dependsOn": ["^build"],
"cache": false
},
"@rocket.chat/meteor#build": {
"dependsOn": ["^build"],
"cache": false
},
"@rocket.chat/i18n#build": {
"dependsOn": ["^build"],
"cache": false
},
"@rocket.chat/meteor#build:ci": {
"dependsOn": ["^build"],
"cache": false
}
}
}