diff --git a/.github/workflows/verify.yaml b/.github/workflows/verify.yaml index f4d16a8..f2dba3c 100644 --- a/.github/workflows/verify.yaml +++ b/.github/workflows/verify.yaml @@ -31,4 +31,4 @@ jobs: - name: Install dependencies run: cd frontend && npm install - name: Build - run: cd frontend && npm run build + run: cd frontend && npm run build -- --mode=production