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