Files
ontime/turbo.json
T

35 lines
587 B
JSON

{
"$schema": "https://turbo.build/schema.json",
"pipeline":{
"dev": {
"cache": false
},
"dev:server": {
"cache": false
},
"dev:test": {
"cache": false
},
"test": {},
"test:pipeline": {},
"lint": {
"cache": false
},
"typecheck": {
"cache": false
},
"build": {},
"build:local": {},
"build:electron": {},
"build:localdocker": {},
"e2e": {
"dependsOn": ["^build"]
},
"dist-win": {},
"dist-mac": {},
"dist-mac:local": {},
"dist-linux": {},
"cleanup": {}
}
}