From 62e1febfc903e2a85e1e59e61a9c39f4356a7fd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Sat, 2 Mar 2024 17:09:16 +0100 Subject: [PATCH] Build website in CI --- .github/workflows/test.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7cae2d0..e6cb331 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,6 +28,11 @@ jobs: - name: Run linter run: npm run sass:lint + - + name: Build website + env: + UI_API_URL: "" + run: npm run prod - name: Check EditorConfig configuration run: test -f .editorconfig