Files
ontime/turbo.json
T
2024-06-10 18:26:18 +02:00

39 lines
657 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
},
"lint-staged": {
"outputs": [],
"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": {}
}
}