chore: upgrade turbo

This commit is contained in:
Carlos Valente
2024-12-21 22:12:35 +01:00
committed by Carlos Valente
parent 1c85265623
commit 1af394cd49
4 changed files with 43 additions and 40 deletions
+4 -2
View File
@@ -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": {},