From dbcdc0eb9a7b70677caa495d4ee46d1b39ed0427 Mon Sep 17 00:00:00 2001 From: XiaoYhun Date: Tue, 10 Oct 2023 15:31:10 +0700 Subject: [PATCH] update env --- .github/workflows/pr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 0f80ebb7bd..0b9eaa7c9a 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -114,7 +114,7 @@ jobs: VITE_TAG: ${{ needs.prepare.outputs.image_tag }} CURRENT_BRANCH: ${{ needs.prepare.outputs.current_branch }} NODE_OPTIONS: '--max_old_space_size=4096' - run: yarn build + run: yarn build-prod - name: Docker build and push uses: docker/build-push-action@v2