mirror of
https://github.com/cpvalente/ontime.git
synced 2026-07-26 10:38:55 +00:00
39 lines
657 B
JSON
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": {}
|
|
}
|
|
}
|