From 0f8e6029448cedc0a5cb14fbfc61ae69dc5c12e0 Mon Sep 17 00:00:00 2001 From: Nathan Curtis Date: Tue, 26 Nov 2024 14:33:10 -0800 Subject: [PATCH] [TM-1493] Start including a production build of the app in the PR checks --- .github/workflows/pull-request.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 194b0c659..3e76a0ac7 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -14,3 +14,5 @@ jobs: run: yarn - name: Test run: yarn run jest --ci + - name: Build + run: NEXT_PUBLIC_TARGET_ENV=staging yarn build