Skip to content

Commit

Permalink
env prod
Browse files Browse the repository at this point in the history
  • Loading branch information
namgold committed Aug 18, 2023
1 parent c9accbd commit 8e08d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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-adpr
run: yarn build-prod # todo: revert

- name: Docker build and push
uses: docker/build-push-action@v2
Expand Down

0 comments on commit 8e08d9a

Please sign in to comment.