Files
ontime/turbo.json
T
Alex Christoffer Rasmussen c59e070076 Local build (#595)
* add build:electron script

---------

Co-authored-by: arc-alex <ac@omnivox.dk>
2023-11-17 13:01:08 +01:00

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