mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-07 08:23:55 +00:00
03e7428348
* chore: cleanup handling of a bad read * chore: configure e2e testing * chore: version bump
22 lines
379 B
JSON
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": {}
|
|
}
|
|
}
|