Files
ontime/turbo.json
T
Carlos Valente 03e7428348 V2 e2e (#320)
* chore: cleanup handling of a bad read

* chore: configure e2e testing

* chore: version bump
2023-04-02 19:07:13 +02:00

22 lines
379 B
JSON

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