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

50 lines
994 B

{
"$schema": "https://turborepo.org/schema.json",
"globalDependencies": ["tsconfig.base.json", "tsconfig.base.server.json", "tsconfig.base.client.json"],
"pipeline": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**"]
},
"testunit": {
"dependsOn": ["build"],
"outputs": ["coverage/**"]
},
"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/meteor#build": {
"dependsOn": ["^build"],
"cache": false
},
"@rocket.chat/meteor#build:ci": {
"dependsOn": ["^build"],
"cache": false
},
"@rocket.chat/ddp-streamer#build": {
"dependsOn": ["^build"],
"outputs": ["dist/**"],
"inputs": ["../../../apps/meteor/server/**", "./src/**"]
}
}
}