From a1475d5e3e84c222a1218011d8fc38bee2c3b4e0 Mon Sep 17 00:00:00 2001 From: Bruno Rodrigues Date: Tue, 4 Jun 2024 23:40:28 +0100 Subject: [PATCH] chore(repo): update turborepo config --- turbo.json | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/turbo.json b/turbo.json index 7159e9b..93d33e2 100644 --- a/turbo.json +++ b/turbo.json @@ -1,25 +1,13 @@ { "$schema": "https://turbo.build/schema.json", - "globalDependencies": [ - "**/.env.*local" - ], - "globalDotEnv": [ - ".env" - ], + "globalDependencies": [".env"], "pipeline": { "build": { - "dependsOn": [ - "^build" - ], - "outputs": [ - ".next/**", - "!.next/cache/**" - ] + "dependsOn": ["^build"], + "outputs": [".next/**", "!.next/cache/**"] }, "lint": { - "dependsOn": [ - "^lint" - ] + "dependsOn": ["^lint"] }, "dev": { "cache": false,