From 5637d8b92ab5fb828e6334abcf2cccf6ce0a5a59 Mon Sep 17 00:00:00 2001 From: dal Date: Thu, 21 Aug 2025 16:29:29 -0600 Subject: [PATCH] fix ci? --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fdf043991..75e189f42 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,6 +40,7 @@ jobs: run: pnpm build --filter='!@buster-app/web' env: NODE_ENV: production + SKIP_ENV_CHECK: true TURBO_CACHE_DIR: .turbo TURBO_TELEMETRY_DISABLED: 1 @@ -102,6 +103,7 @@ jobs: run: pnpm build --filter='!@buster-app/web' env: NODE_ENV: production + SKIP_ENV_CHECK: true TURBO_CACHE_DIR: .turbo TURBO_TELEMETRY_DISABLED: 1