From ced74508237f7442a07d9a475c1e07ed69bf800c Mon Sep 17 00:00:00 2001 From: Liam Date: Thu, 3 Oct 2024 20:39:03 +0100 Subject: [PATCH] i donut get it --- turbo.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/turbo.json b/turbo.json index 58facaa..369034b 100644 --- a/turbo.json +++ b/turbo.json @@ -1,15 +1,17 @@ { "$schema": "https://turbo.build/schema.json", - "globalDependencies": ["**/.env.*local"], "tasks": { "build": { "dependsOn": ["^build"], + "inputs": ["$TURBO_DEFAULT$", ".env*"], "outputs": [".next/**", "!.next/cache/**"] }, - "lint": {}, + "lint": { + "dependsOn": ["^lint"] + }, "dev": { "cache": false, "persistent": true } } -} +}k