From 72a74f19603edfac9e48bae683328ab16399034b Mon Sep 17 00:00:00 2001 From: Lukasz Ostrowski Date: Wed, 15 Feb 2023 18:28:55 +0100 Subject: [PATCH] Try to add env to turbo --- turbo.json | 1 + 1 file changed, 1 insertion(+) diff --git a/turbo.json b/turbo.json index 75326ac..4060f47 100644 --- a/turbo.json +++ b/turbo.json @@ -1,6 +1,7 @@ { "$schema": "https://turbo.build/schema.json", "globalDependencies": ["**/.env.*local"], + "globalEnv": ["VERCEL_ENV"], "pipeline": { "build": { "env": ["NEXT_PUBLIC_VERCEL_ENV"],