Chore/turbo v2 (#4359)

* chore(turbo): use v2

* chore(turbo): format

* chore(tests): use list reporter
This commit is contained in:
Moritz Klack
2024-06-11 16:05:36 +02:00
committed by GitHub
parent 7895a5982d
commit 59c5d47130
4 changed files with 215 additions and 162 deletions
+3 -3
View File
@@ -1,6 +1,7 @@
{
"$schema": "https://turborepo.org/schema.json",
"pipeline": {
"globalEnv": ["NODE_ENV"],
"tasks": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**"]
@@ -20,6 +21,5 @@
"dependsOn": ["^build"],
"outputs": []
}
},
"globalEnv": ["NODE_ENV"]
}
}