From b2c4f755b285cddec8bc54f189734255c9a6f92b Mon Sep 17 00:00:00 2001 From: Jacob Logan Date: Thu, 19 Oct 2023 13:41:04 -0700 Subject: [PATCH] update script to run release build --- .github/workflows/check_for_console_errors.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_for_console_errors.yml b/.github/workflows/check_for_console_errors.yml index 3ac44fcf706..19336e10733 100644 --- a/.github/workflows/check_for_console_errors.yml +++ b/.github/workflows/check_for_console_errors.yml @@ -19,7 +19,7 @@ jobs: - name: Install Dependencies run: yarn - name: Run Build - run: yarn build + run: yarn build:release env: NODE_OPTIONS: --max_old_space_size=4096 - name: Run Server