Files
ontime/turbo.json
T
2024-01-05 21:04:52 +01:00

39 lines
655 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:docker": {},
"build:localdocker": {},
"e2e": {
"dependsOn": ["^build"]
},
"dist-win": {},
"dist-mac": {},
"dist-linux": {},
"cleanup": {}
}
}