From eb8744eb6f044dcc1b7a06826e43830eb4f95252 Mon Sep 17 00:00:00 2001 From: Johan Bisse Mattsson Date: Fri, 14 Jun 2024 13:27:53 +0200 Subject: [PATCH] Remove preview command again --- .github/workflows/lxl-web.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lxl-web.yml b/.github/workflows/lxl-web.yml index 2ba719f94..c744045ba 100644 --- a/.github/workflows/lxl-web.yml +++ b/.github/workflows/lxl-web.yml @@ -53,11 +53,11 @@ jobs: working-directory: ./lxljs - name: Install dependencies run: npm ci - - name: Build and preview + - name: Build env: API_URL: ${{ secrets.API_URL }} ID_URL: ${{ secrets.ID_URL }} - run: npm run build && npm run preview + run: npm run build - name: Lighthouse CI Action uses: treosh/lighthouse-ci-action@11.4.0 with: