From 660a44cdf27bf7ee42c24ff7be49b1277a551828 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 9 Jun 2026 06:13:49 +0000 Subject: [PATCH 1/2] Initial plan From eb8d19ffdc66b18a798eb85cb0902016b856a8bf Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 9 Jun 2026 06:21:34 +0000 Subject: [PATCH 2/2] ci: remove CI=false workaround from frontend build step --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cc5b2eb..fd56696 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,8 +68,6 @@ jobs: npm ci - name: Compile Frontend Production Build - env: - CI: false run: | cd client npm run build