Skip to content

Commit

Permalink
update script to run release build
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Logan committed Oct 19, 2023
1 parent 85ae718 commit b2c4f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_for_console_errors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b2c4f75

Please sign in to comment.