This commit is contained in:
Max Peintner
2023-04-20 14:44:31 +02:00
parent fc3755cace
commit c5e2cd0f9f

View File

@@ -1,6 +1,9 @@
{
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"generate": {
"cache": true
},
"build": {
"outputs": ["dist/**", ".next/**", "!.next/cache/**"],
"dependsOn": ["generate", "^build"]
@@ -16,9 +19,6 @@
},
"clean": {
"cache": false
},
"generate": {
"cache": true
}
},
"globalDependencies": ["**/.env.*local"],