mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-20 14:39:06 +00:00
chore: upgrade turbo
This commit is contained in:
committed by
Carlos Valente
parent
1c85265623
commit
1af394cd49
+4
-2
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"$schema": "https://turbo.build/schema.json",
|
||||
"pipeline":{
|
||||
"tasks": {
|
||||
"dev": {
|
||||
"cache": false
|
||||
},
|
||||
@@ -23,7 +23,9 @@
|
||||
"build:electron": {},
|
||||
"build:localdocker": {},
|
||||
"e2e": {
|
||||
"dependsOn": ["^build"]
|
||||
"dependsOn": [
|
||||
"^build"
|
||||
]
|
||||
},
|
||||
"dist-win": {},
|
||||
"dist-mac": {},
|
||||
|
||||
Reference in New Issue
Block a user