From 429cfb8e2347ffce90cf63598754ef4304e56f8c Mon Sep 17 00:00:00 2001 From: Yazan Amer Date: Tue, 10 Oct 2023 13:08:07 +0300 Subject: [PATCH] feat: frontend pipeline stage --- .github/workflows/verify.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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