From 168ee5e9beacc962e35eebf403f40cf4e528a26d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=ED=95=9C=EC=9A=B8?= Date: Mon, 21 Aug 2023 08:25:04 +0900 Subject: [PATCH] Update turbo.json --- turbo.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/turbo.json b/turbo.json index 22920bb0b..ec7407654 100644 --- a/turbo.json +++ b/turbo.json @@ -4,6 +4,10 @@ "pipeline": { "build": { "dependsOn": ["^build"], + "env": [ + "NEXT_PUBLIC_BASE_URL", + "NODE_ENV" + ], "outputs": [".next/**", "!.next/cache/**", "storybook-static/**"] }, "lint": {},