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

57 lines
1.1 KiB

{
"$schema": "https://turborepo.org/schema.json",
"globalDependencies": ["tsconfig.base.json", "tsconfig.base.server.json", "tsconfig.base.client.json"],
"tasks": {
"build-preview": {
"dependsOn": ["^build"],
"outputs": ["storybook-static/**", ".storybook/**", "dist/**"]
},
".:build-preview-move": {
"dependsOn": ["^build-preview"],
"cache": false
},
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**"]
},
"test-storybook": {
"dependsOn": ["build"],
"outputs": ["coverage/**"]
},
"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"],
"env": ["BABEL_ENV"],
"cache": false
}
}
}